Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-56374 (GCVE-0-2024-56374)
Vulnerability from cvelistv5 – Published: 2025-01-14 00:00 – Updated: 2025-02-12 20:31- CWE-770 - Allocation of Resources Without Limits or Throttling
| Vendor | Product | Version | |
|---|---|---|---|
| djangoproject | Django |
Affected:
4.2 , < 4.2.18
(custom)
Affected: 5.0 , < 5.0.11 (custom) Affected: 5.1 , < 5.1.5 (custom) |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-01-23T18:03:28.376Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2025/01/14/2"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2025/01/msg00024.html"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-56374",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-01-15T19:40:35.398718Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-02-12T20:31:20.698Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unknown",
"product": "Django",
"vendor": "djangoproject",
"versions": [
{
"lessThan": "4.2.18",
"status": "affected",
"version": "4.2",
"versionType": "custom"
},
{
"lessThan": "5.0.11",
"status": "affected",
"version": "5.0",
"versionType": "custom"
},
{
"lessThan": "5.1.5",
"status": "affected",
"version": "5.1",
"versionType": "custom"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*",
"versionEndExcluding": "4.2.18",
"versionStartIncluding": "4.2",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.0.11",
"versionStartIncluding": "5.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.1.5",
"versionStartIncluding": "5.1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "An issue was discovered in Django 5.1 before 5.1.5, 5.0 before 5.0.11, and 4.2 before 4.2.18. Lack of upper-bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial-of-service attack. The undocumented and private functions clean_ipv6_address and is_valid_ipv6_address are vulnerable, as is the django.forms.GenericIPAddressField form field. (The django.db.models.GenericIPAddressField model field is not affected.)"
}
],
"metrics": [
{
"cvssV3_1": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770 Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-01-14T19:07:03.855Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"url": "https://docs.djangoproject.com/en/dev/releases/security/"
},
{
"url": "https://groups.google.com/g/django-announce"
},
{
"url": "https://www.djangoproject.com/weblog/2025/jan/14/security-releases/"
}
],
"x_generator": {
"engine": "enrichogram 0.0.1"
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2024-56374",
"datePublished": "2025-01-14T00:00:00.000Z",
"dateReserved": "2024-12-22T00:00:00.000Z",
"dateUpdated": "2025-02-12T20:31:20.698Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-56374",
"date": "2026-05-21",
"epss": "0.00084",
"percentile": "0.24347"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-56374\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2025-01-14T19:15:32.510\",\"lastModified\":\"2025-10-03T13:16:13.223\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"An issue was discovered in Django 5.1 before 5.1.5, 5.0 before 5.0.11, and 4.2 before 4.2.18. Lack of upper-bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial-of-service attack. The undocumented and private functions clean_ipv6_address and is_valid_ipv6_address are vulnerable, as is the django.forms.GenericIPAddressField form field. (The django.db.models.GenericIPAddressField model field is not affected.)\"},{\"lang\":\"es\",\"value\":\"Se descubri\u00f3 un problema en Django 5.1 antes de 5.1.5, 5.0 antes de 5.0.11 y 4.2 antes de 4.2.18. La falta de aplicaci\u00f3n de un l\u00edmite superior en las cadenas que se pasan al realizar la validaci\u00f3n de IPv6 podr\u00eda provocar un posible ataque de denegaci\u00f3n de servicio. Las funciones privadas y no documentadas clean_ipv6_address e is_valid_ipv6_address son vulnerables, al igual que el campo de formulario django.forms.GenericIPAddressField. (El campo de modelo django.db.models.GenericIPAddressField no se ve afectado).\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"cve@mitre.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L\",\"baseScore\":5.8,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"cve@mitre.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.2\",\"versionEndExcluding\":\"4.2.18\",\"matchCriteriaId\":\"5E271E7E-F974-4D9B-A5C8-8D3B4C5300B6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.0\",\"versionEndExcluding\":\"5.0.11\",\"matchCriteriaId\":\"A1A81CF0-1973-49F9-83F4-E041639A30C0\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.1\",\"versionEndExcluding\":\"5.1.5\",\"matchCriteriaId\":\"9ACD3CC6-33F3-4314-BAAE-E4C16B0C0E1E\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"}]}]}],\"references\":[{\"url\":\"https://docs.djangoproject.com/en/dev/releases/security/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://groups.google.com/g/django-announce\",\"source\":\"cve@mitre.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://www.djangoproject.com/weblog/2025/jan/14/security-releases/\",\"source\":\"cve@mitre.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/01/14/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/01/msg00024.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\",\"Mailing List\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2025/01/14/2\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2025/01/msg00024.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-01-23T18:03:28.376Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-56374\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-01-15T19:40:35.398718Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-12T20:26:02.400Z\"}}], \"cna\": {\"metrics\": [{\"cvssV3_1\": {\"version\": \"3.1\", \"baseScore\": 5.8, \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L\"}}], \"affected\": [{\"vendor\": \"djangoproject\", \"product\": \"Django\", \"versions\": [{\"status\": \"affected\", \"version\": \"4.2\", \"lessThan\": \"4.2.18\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"5.0\", \"lessThan\": \"5.0.11\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"5.1\", \"lessThan\": \"5.1.5\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"references\": [{\"url\": \"https://docs.djangoproject.com/en/dev/releases/security/\"}, {\"url\": \"https://groups.google.com/g/django-announce\"}, {\"url\": \"https://www.djangoproject.com/weblog/2025/jan/14/security-releases/\"}], \"x_generator\": {\"engine\": \"enrichogram 0.0.1\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"An issue was discovered in Django 5.1 before 5.1.5, 5.0 before 5.0.11, and 4.2 before 4.2.18. Lack of upper-bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial-of-service attack. The undocumented and private functions clean_ipv6_address and is_valid_ipv6_address are vulnerable, as is the django.forms.GenericIPAddressField form field. (The django.db.models.GenericIPAddressField model field is not affected.)\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770 Allocation of Resources Without Limits or Throttling\"}]}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"4.2.18\", \"versionStartIncluding\": \"4.2\"}, {\"criteria\": \"cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.0.11\", \"versionStartIncluding\": \"5.0\"}, {\"criteria\": \"cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.1.5\", \"versionStartIncluding\": \"5.1\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"shortName\": \"mitre\", \"dateUpdated\": \"2025-01-14T19:07:03.855Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-56374\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-12T20:31:20.698Z\", \"dateReserved\": \"2024-12-22T00:00:00.000Z\", \"assignerOrgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"datePublished\": \"2025-01-14T00:00:00.000Z\", \"assignerShortName\": \"mitre\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
BDU:2025-01179
Vulnerability from fstec - Published: 14.01.2025{
"CVSS 2.0": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
"CVSS 3.0": "AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L",
"CVSS 4.0": null,
"remediation_\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": null,
"remediation_\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435": null,
"\u0412\u0435\u043d\u0434\u043e\u0440 \u041f\u041e": "\u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb, \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb, Django Software Foundation, \u0410\u041e \"\u041d\u041f\u041f\u041a\u0422\"",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "7.3 (\u0420\u0415\u0414 \u041e\u0421), 1.7 (Astra Linux Special Edition), 4.7 (Astra Linux Special Edition), \u0434\u043e 5.1.4 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e (Django), \u0434\u043e 5.0.10 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e (Django), \u0434\u043e 4.2.17 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e (Django), \u0434\u043e 2.13 (\u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx)",
"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043c\u0435\u0440\u044b \u043f\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f:\nhttps://docs.djangoproject.com/en/dev/releases/security/\n\n\u0414\u043b\u044f \u0420\u0415\u0414 \u041e\u0421:\nhttps://redos.red-soft.ru/support/secure/uyazvimosti/uyazvimost-python3-django-cve-2024-56374/?sphrase_id=811457\n\n\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f python-django \u0434\u043e \u0432\u0435\u0440\u0441\u0438\u0438 2:2.2.28-1~deb11u6\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 python-django \u0434\u043e 1:1.11.29-1+deb10u11.astra4 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se17-bulletin-2025-0923SE17\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 python-django \u0434\u043e 1:1.11.29-1+deb10u11.astra4 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se47-bulletin-2025-1020SE47",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "14.01.2025",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "29.10.2025",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "06.02.2025",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2025-01179",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "CVE-2024-56374",
"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430",
"\u041a\u043b\u0430\u0441\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u0434\u0430",
"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u041f\u041e": "\u0420\u0415\u0414 \u041e\u0421 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), Astra Linux Special Edition (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), Django, \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21165913)",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u041e\u0421 \u0438 \u0442\u0438\u043f \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b": "\u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb \u0420\u0415\u0414 \u041e\u0421 7.3 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 1.7 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 4.7 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), \u0410\u041e \"\u041d\u041f\u041f\u041a\u0422\" \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx \u0434\u043e 2.13 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21165913)",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0444\u0443\u043d\u043a\u0446\u0438\u0439 clean_ipv6_address \u0438 is_valid_ipv6_address \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b \u0434\u043b\u044f \u0432\u0435\u0431-\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 Django, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\u041d\u0430\u043b\u0438\u0447\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "\u041d\u0435\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043d\u043e\u0435 \u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432 \u0438\u043b\u0438 \u0434\u0440\u043e\u0441\u0441\u0435\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 (CWE-770)",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0444\u0443\u043d\u043a\u0446\u0438\u0439 clean_ipv6_address \u0438 is_valid_ipv6_address \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b \u0434\u043b\u044f \u0432\u0435\u0431-\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 Django \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u0443\u0442\u0435\u0447\u043a\u043e\u0439 \u043f\u0430\u043c\u044f\u0442\u0438 \u0438\u0437-\u0437\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u043d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e\u0439 \u0444\u0443\u043d\u043a\u0446\u0438\u0438 \u0434\u043b\u044f \u043e\u0441\u0432\u043e\u0431\u043e\u0436\u0434\u0435\u043d\u0438\u044f \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\u041f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": null,
"\u041f\u0440\u043e\u0447\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f": null,
"\u0421\u0432\u044f\u0437\u044c \u0441 \u0438\u043d\u0446\u0438\u0434\u0435\u043d\u0442\u0430\u043c\u0438 \u0418\u0411": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438": "\u041c\u0430\u043d\u0438\u043f\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u0430\u043c\u0438",
"\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438": "http://www.openwall.com/lists/oss-security/2025/01/14/2\t\nhttps://docs.djangoproject.com/en/dev/releases/security/\t\nhttps://groups.google.com/g/django-announce\t\nhttps://www.djangoproject.com/weblog/2025/jan/14/security-releases/\nhttps://redos.red-soft.ru/support/secure/uyazvimosti/uyazvimost-python3-django-cve-2024-56374/?sphrase_id=811457\nhttps://\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430.\u043d\u043f\u043f\u043a\u0442.\u0440\u0444/bin/view/\u041e\u0421\u043d\u043e\u0432\u0430/\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f/2.13/\nhttps://wiki.astralinux.ru/astra-linux-se17-bulletin-2025-0923SE17\nhttps://wiki.astralinux.ru/astra-linux-se47-bulletin-2025-1020SE47",
"\u0421\u0442\u0430\u0442\u0443\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c",
"\u0422\u0438\u043f \u041f\u041e": "\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430, \u041f\u0440\u0438\u043a\u043b\u0430\u0434\u043d\u043e\u0435 \u041f\u041e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c",
"\u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "CWE-770",
"\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0421\u0440\u0435\u0434\u043d\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 2.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 5)\n\u0421\u0440\u0435\u0434\u043d\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 3.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 5,8)"
}
bit-django-2024-56374
Vulnerability from bitnami_vulndb
An issue was discovered in Django 5.1 before 5.1.5, 5.0 before 5.0.11, and 4.2 before 4.2.18. Lack of upper-bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial-of-service attack. The undocumented and private functions clean_ipv6_address and is_valid_ipv6_address are vulnerable, as is the django.forms.GenericIPAddressField form field. (The django.db.models.GenericIPAddressField model field is not affected.)
{
"affected": [
{
"package": {
"ecosystem": "Bitnami",
"name": "django",
"purl": "pkg:bitnami/django"
},
"ranges": [
{
"events": [
{
"introduced": "4.2.0"
},
{
"fixed": "5.1.5"
}
],
"type": "SEMVER"
}
],
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
],
"aliases": [
"CVE-2024-56374"
],
"database_specific": {
"cpes": [
"cpe:2.3:a:djangoproject:django:*:*:*:*:*:python:*:*"
],
"severity": "High"
},
"details": "An issue was discovered in Django 5.1 before 5.1.5, 5.0 before 5.0.11, and 4.2 before 4.2.18. Lack of upper-bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial-of-service attack. The undocumented and private functions clean_ipv6_address and is_valid_ipv6_address are vulnerable, as is the django.forms.GenericIPAddressField form field. (The django.db.models.GenericIPAddressField model field is not affected.)",
"id": "BIT-django-2024-56374",
"modified": "2025-10-06T00:06:00.502Z",
"published": "2025-03-10T08:13:20.368Z",
"references": [
{
"type": "WEB",
"url": "https://docs.djangoproject.com/en/dev/releases/security/"
},
{
"type": "WEB",
"url": "https://groups.google.com/g/django-announce"
},
{
"type": "WEB",
"url": "https://www.djangoproject.com/weblog/2025/jan/14/security-releases/"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/01/14/2"
},
{
"type": "WEB",
"url": "https://lists.debian.org/debian-lts-announce/2025/01/msg00024.html"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56374"
}
],
"schema_version": "1.5.0"
}
FKIE_CVE-2024-56374
Vulnerability from fkie_nvd - Published: 2025-01-14 19:15 - Updated: 2025-10-03 13:167.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
| URL | Tags | ||
|---|---|---|---|
| cve@mitre.org | https://docs.djangoproject.com/en/dev/releases/security/ | Vendor Advisory | |
| cve@mitre.org | https://groups.google.com/g/django-announce | Vendor Advisory | |
| cve@mitre.org | https://www.djangoproject.com/weblog/2025/jan/14/security-releases/ | Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2025/01/14/2 | Mailing List, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2025/01/msg00024.html | Mailing List, Third Party Advisory |
| Vendor | Product | Version | |
|---|---|---|---|
| djangoproject | django | * | |
| djangoproject | django | * | |
| djangoproject | django | * | |
| debian | debian_linux | 11.0 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*",
"matchCriteriaId": "5E271E7E-F974-4D9B-A5C8-8D3B4C5300B6",
"versionEndExcluding": "4.2.18",
"versionStartIncluding": "4.2",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*",
"matchCriteriaId": "A1A81CF0-1973-49F9-83F4-E041639A30C0",
"versionEndExcluding": "5.0.11",
"versionStartIncluding": "5.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*",
"matchCriteriaId": "9ACD3CC6-33F3-4314-BAAE-E4C16B0C0E1E",
"versionEndExcluding": "5.1.5",
"versionStartIncluding": "5.1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*",
"matchCriteriaId": "FA6FEEC2-9F11-4643-8827-749718254FED",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "An issue was discovered in Django 5.1 before 5.1.5, 5.0 before 5.0.11, and 4.2 before 4.2.18. Lack of upper-bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial-of-service attack. The undocumented and private functions clean_ipv6_address and is_valid_ipv6_address are vulnerable, as is the django.forms.GenericIPAddressField form field. (The django.db.models.GenericIPAddressField model field is not affected.)"
},
{
"lang": "es",
"value": "Se descubri\u00f3 un problema en Django 5.1 antes de 5.1.5, 5.0 antes de 5.0.11 y 4.2 antes de 4.2.18. La falta de aplicaci\u00f3n de un l\u00edmite superior en las cadenas que se pasan al realizar la validaci\u00f3n de IPv6 podr\u00eda provocar un posible ataque de denegaci\u00f3n de servicio. Las funciones privadas y no documentadas clean_ipv6_address e is_valid_ipv6_address son vulnerables, al igual que el campo de formulario django.forms.GenericIPAddressField. (El campo de modelo django.db.models.GenericIPAddressField no se ve afectado)."
}
],
"id": "CVE-2024-56374",
"lastModified": "2025-10-03T13:16:13.223",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 1.4,
"source": "cve@mitre.org",
"type": "Secondary"
},
{
"cvssData": {
"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"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2025-01-14T19:15:32.510",
"references": [
{
"source": "cve@mitre.org",
"tags": [
"Vendor Advisory"
],
"url": "https://docs.djangoproject.com/en/dev/releases/security/"
},
{
"source": "cve@mitre.org",
"tags": [
"Vendor Advisory"
],
"url": "https://groups.google.com/g/django-announce"
},
{
"source": "cve@mitre.org",
"tags": [
"Vendor Advisory"
],
"url": "https://www.djangoproject.com/weblog/2025/jan/14/security-releases/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2025/01/14/2"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2025/01/msg00024.html"
}
],
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-770"
}
],
"source": "cve@mitre.org",
"type": "Secondary"
}
]
}
GHSA-QCGG-J2X8-H9G8
Vulnerability from github – Published: 2025-01-14 21:31 – Updated: 2025-05-20 18:06An issue was discovered in Django 5.1 before 5.1.5, 5.0 before 5.0.11, and 4.2 before 4.2.18. Lack of upper-bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial-of-service attack. The undocumented and private functions clean_ipv6_address and is_valid_ipv6_address are vulnerable, as is the django.forms.GenericIPAddressField form field. (The django.db.models.GenericIPAddressField model field is not affected.)
{
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "Django"
},
"ranges": [
{
"events": [
{
"introduced": "5.1"
},
{
"fixed": "5.1.5"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "Django"
},
"ranges": [
{
"events": [
{
"introduced": "5.0"
},
{
"fixed": "5.0.11"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "Django"
},
"ranges": [
{
"events": [
{
"introduced": "4.2"
},
{
"fixed": "4.2.18"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "django"
},
"ranges": [
{
"events": [
{
"introduced": "5.1"
},
{
"fixed": "5.1.5"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "django"
},
"ranges": [
{
"events": [
{
"introduced": "5.0"
},
{
"fixed": "5.0.11"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "django"
},
"ranges": [
{
"events": [
{
"introduced": "4.2"
},
{
"fixed": "4.2.18"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2024-56374"
],
"database_specific": {
"cwe_ids": [
"CWE-770"
],
"github_reviewed": true,
"github_reviewed_at": "2025-01-14T22:04:30Z",
"nvd_published_at": "2025-01-14T19:15:32Z",
"severity": "MODERATE"
},
"details": "An issue was discovered in Django 5.1 before 5.1.5, 5.0 before 5.0.11, and 4.2 before 4.2.18. Lack of upper-bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial-of-service attack. The undocumented and private functions `clean_ipv6_address` and `is_valid_ipv6_address` are vulnerable, as is the `django.forms.GenericIPAddressField` form field. (The django.db.models.GenericIPAddressField model field is not affected.)",
"id": "GHSA-qcgg-j2x8-h9g8",
"modified": "2025-05-20T18:06:45Z",
"published": "2025-01-14T21:31:47Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56374"
},
{
"type": "WEB",
"url": "https://github.com/django/django/commit/4806731e58f3e8700a3c802e77899d54ac6021fe"
},
{
"type": "WEB",
"url": "https://github.com/django/django/commit/ad866a1ca3e7d60da888d25d27e46a8adb2ed36e"
},
{
"type": "WEB",
"url": "https://github.com/django/django/commit/ca2be7724e1244a4cb723de40a070f873c6e94bf"
},
{
"type": "WEB",
"url": "https://github.com/django/django/commit/e8d4a2005955dcf962193600b53bf461b190b455"
},
{
"type": "WEB",
"url": "https://docs.djangoproject.com/en/dev/releases/security"
},
{
"type": "PACKAGE",
"url": "https://github.com/django/django"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2025-1.yaml"
},
{
"type": "WEB",
"url": "https://groups.google.com/g/django-announce"
},
{
"type": "WEB",
"url": "https://lists.debian.org/debian-lts-announce/2025/01/msg00024.html"
},
{
"type": "WEB",
"url": "https://www.djangoproject.com/weblog/2025/jan/14/security-releases"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/01/14/2"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L",
"type": "CVSS_V3"
}
],
"summary": "Django has a potential denial-of-service vulnerability in IPv6 validation"
}
OPENSUSE-SU-2025:14651-1
Vulnerability from csaf_opensuse - Published: 2025-01-15 00:00 - Updated: 2025-01-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-Django4-4.2.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django4-4.2.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django4-4.2.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django4-4.2.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django4-4.2.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django4-4.2.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django4-4.2.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django4-4.2.18-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django4-4.2.18-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django4-4.2.18-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django4-4.2.18-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django4-4.2.18-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "python311-Django4-4.2.18-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python311-Django4-4.2.18-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14651",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14651-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56374 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56374/"
}
],
"title": "python311-Django4-4.2.18-1.1 on GA media",
"tracking": {
"current_release_date": "2025-01-15T00:00:00Z",
"generator": {
"date": "2025-01-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14651-1",
"initial_release_date": "2025-01-15T00:00:00Z",
"revision_history": [
{
"date": "2025-01-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-Django4-4.2.18-1.1.aarch64",
"product": {
"name": "python311-Django4-4.2.18-1.1.aarch64",
"product_id": "python311-Django4-4.2.18-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-Django4-4.2.18-1.1.aarch64",
"product": {
"name": "python312-Django4-4.2.18-1.1.aarch64",
"product_id": "python312-Django4-4.2.18-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-Django4-4.2.18-1.1.aarch64",
"product": {
"name": "python313-Django4-4.2.18-1.1.aarch64",
"product_id": "python313-Django4-4.2.18-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-Django4-4.2.18-1.1.ppc64le",
"product": {
"name": "python311-Django4-4.2.18-1.1.ppc64le",
"product_id": "python311-Django4-4.2.18-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-Django4-4.2.18-1.1.ppc64le",
"product": {
"name": "python312-Django4-4.2.18-1.1.ppc64le",
"product_id": "python312-Django4-4.2.18-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-Django4-4.2.18-1.1.ppc64le",
"product": {
"name": "python313-Django4-4.2.18-1.1.ppc64le",
"product_id": "python313-Django4-4.2.18-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-Django4-4.2.18-1.1.s390x",
"product": {
"name": "python311-Django4-4.2.18-1.1.s390x",
"product_id": "python311-Django4-4.2.18-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-Django4-4.2.18-1.1.s390x",
"product": {
"name": "python312-Django4-4.2.18-1.1.s390x",
"product_id": "python312-Django4-4.2.18-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-Django4-4.2.18-1.1.s390x",
"product": {
"name": "python313-Django4-4.2.18-1.1.s390x",
"product_id": "python313-Django4-4.2.18-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-Django4-4.2.18-1.1.x86_64",
"product": {
"name": "python311-Django4-4.2.18-1.1.x86_64",
"product_id": "python311-Django4-4.2.18-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-Django4-4.2.18-1.1.x86_64",
"product": {
"name": "python312-Django4-4.2.18-1.1.x86_64",
"product_id": "python312-Django4-4.2.18-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-Django4-4.2.18-1.1.x86_64",
"product": {
"name": "python313-Django4-4.2.18-1.1.x86_64",
"product_id": "python313-Django4-4.2.18-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Django4-4.2.18-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-Django4-4.2.18-1.1.aarch64"
},
"product_reference": "python311-Django4-4.2.18-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Django4-4.2.18-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-Django4-4.2.18-1.1.ppc64le"
},
"product_reference": "python311-Django4-4.2.18-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Django4-4.2.18-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-Django4-4.2.18-1.1.s390x"
},
"product_reference": "python311-Django4-4.2.18-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Django4-4.2.18-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-Django4-4.2.18-1.1.x86_64"
},
"product_reference": "python311-Django4-4.2.18-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-Django4-4.2.18-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-Django4-4.2.18-1.1.aarch64"
},
"product_reference": "python312-Django4-4.2.18-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-Django4-4.2.18-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-Django4-4.2.18-1.1.ppc64le"
},
"product_reference": "python312-Django4-4.2.18-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-Django4-4.2.18-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-Django4-4.2.18-1.1.s390x"
},
"product_reference": "python312-Django4-4.2.18-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-Django4-4.2.18-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-Django4-4.2.18-1.1.x86_64"
},
"product_reference": "python312-Django4-4.2.18-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django4-4.2.18-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django4-4.2.18-1.1.aarch64"
},
"product_reference": "python313-Django4-4.2.18-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django4-4.2.18-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django4-4.2.18-1.1.ppc64le"
},
"product_reference": "python313-Django4-4.2.18-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django4-4.2.18-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django4-4.2.18-1.1.s390x"
},
"product_reference": "python313-Django4-4.2.18-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django4-4.2.18-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django4-4.2.18-1.1.x86_64"
},
"product_reference": "python313-Django4-4.2.18-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-56374",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-56374"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.1 before 5.1.5, 5.0 before 5.0.11, and 4.2 before 4.2.18. Lack of upper-bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial-of-service attack. The undocumented and private functions clean_ipv6_address and is_valid_ipv6_address are vulnerable, as is the django.forms.GenericIPAddressField form field. (The django.db.models.GenericIPAddressField model field is not affected.)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-Django4-4.2.18-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django4-4.2.18-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django4-4.2.18-1.1.s390x",
"openSUSE Tumbleweed:python311-Django4-4.2.18-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django4-4.2.18-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django4-4.2.18-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django4-4.2.18-1.1.s390x",
"openSUSE Tumbleweed:python312-Django4-4.2.18-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django4-4.2.18-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django4-4.2.18-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django4-4.2.18-1.1.s390x",
"openSUSE Tumbleweed:python313-Django4-4.2.18-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-56374",
"url": "https://www.suse.com/security/cve/CVE-2024-56374"
},
{
"category": "external",
"summary": "SUSE Bug 1235856 for CVE-2024-56374",
"url": "https://bugzilla.suse.com/1235856"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python311-Django4-4.2.18-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django4-4.2.18-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django4-4.2.18-1.1.s390x",
"openSUSE Tumbleweed:python311-Django4-4.2.18-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django4-4.2.18-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django4-4.2.18-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django4-4.2.18-1.1.s390x",
"openSUSE Tumbleweed:python312-Django4-4.2.18-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django4-4.2.18-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django4-4.2.18-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django4-4.2.18-1.1.s390x",
"openSUSE Tumbleweed:python313-Django4-4.2.18-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-Django4-4.2.18-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django4-4.2.18-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django4-4.2.18-1.1.s390x",
"openSUSE Tumbleweed:python311-Django4-4.2.18-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django4-4.2.18-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django4-4.2.18-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django4-4.2.18-1.1.s390x",
"openSUSE Tumbleweed:python312-Django4-4.2.18-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django4-4.2.18-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django4-4.2.18-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django4-4.2.18-1.1.s390x",
"openSUSE Tumbleweed:python313-Django4-4.2.18-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-56374"
}
]
}
OPENSUSE-SU-2025:14662-1
Vulnerability from csaf_opensuse - Published: 2025-01-17 00:00 - Updated: 2025-01-17 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "python311-Django-5.1.5-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python311-Django-5.1.5-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14662",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14662-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-45115 page",
"url": "https://www.suse.com/security/cve/CVE-2021-45115/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-45452 page",
"url": "https://www.suse.com/security/cve/CVE-2021-45452/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-22818 page",
"url": "https://www.suse.com/security/cve/CVE-2022-22818/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-23833 page",
"url": "https://www.suse.com/security/cve/CVE-2022-23833/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-28346 page",
"url": "https://www.suse.com/security/cve/CVE-2022-28346/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-28347 page",
"url": "https://www.suse.com/security/cve/CVE-2022-28347/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-34265 page",
"url": "https://www.suse.com/security/cve/CVE-2022-34265/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-36359 page",
"url": "https://www.suse.com/security/cve/CVE-2022-36359/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-41323 page",
"url": "https://www.suse.com/security/cve/CVE-2022-41323/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-23969 page",
"url": "https://www.suse.com/security/cve/CVE-2023-23969/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24580 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24580/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56374 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56374/"
}
],
"title": "python311-Django-5.1.5-1.1 on GA media",
"tracking": {
"current_release_date": "2025-01-17T00:00:00Z",
"generator": {
"date": "2025-01-17T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14662-1",
"initial_release_date": "2025-01-17T00:00:00Z",
"revision_history": [
{
"date": "2025-01-17T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-Django-5.1.5-1.1.aarch64",
"product": {
"name": "python311-Django-5.1.5-1.1.aarch64",
"product_id": "python311-Django-5.1.5-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-Django-5.1.5-1.1.aarch64",
"product": {
"name": "python312-Django-5.1.5-1.1.aarch64",
"product_id": "python312-Django-5.1.5-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-Django-5.1.5-1.1.aarch64",
"product": {
"name": "python313-Django-5.1.5-1.1.aarch64",
"product_id": "python313-Django-5.1.5-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-Django-5.1.5-1.1.ppc64le",
"product": {
"name": "python311-Django-5.1.5-1.1.ppc64le",
"product_id": "python311-Django-5.1.5-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-Django-5.1.5-1.1.ppc64le",
"product": {
"name": "python312-Django-5.1.5-1.1.ppc64le",
"product_id": "python312-Django-5.1.5-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-Django-5.1.5-1.1.ppc64le",
"product": {
"name": "python313-Django-5.1.5-1.1.ppc64le",
"product_id": "python313-Django-5.1.5-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-Django-5.1.5-1.1.s390x",
"product": {
"name": "python311-Django-5.1.5-1.1.s390x",
"product_id": "python311-Django-5.1.5-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-Django-5.1.5-1.1.s390x",
"product": {
"name": "python312-Django-5.1.5-1.1.s390x",
"product_id": "python312-Django-5.1.5-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-Django-5.1.5-1.1.s390x",
"product": {
"name": "python313-Django-5.1.5-1.1.s390x",
"product_id": "python313-Django-5.1.5-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-Django-5.1.5-1.1.x86_64",
"product": {
"name": "python311-Django-5.1.5-1.1.x86_64",
"product_id": "python311-Django-5.1.5-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-Django-5.1.5-1.1.x86_64",
"product": {
"name": "python312-Django-5.1.5-1.1.x86_64",
"product_id": "python312-Django-5.1.5-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-Django-5.1.5-1.1.x86_64",
"product": {
"name": "python313-Django-5.1.5-1.1.x86_64",
"product_id": "python313-Django-5.1.5-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Django-5.1.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64"
},
"product_reference": "python311-Django-5.1.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Django-5.1.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le"
},
"product_reference": "python311-Django-5.1.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Django-5.1.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x"
},
"product_reference": "python311-Django-5.1.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Django-5.1.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64"
},
"product_reference": "python311-Django-5.1.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-Django-5.1.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64"
},
"product_reference": "python312-Django-5.1.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-Django-5.1.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le"
},
"product_reference": "python312-Django-5.1.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-Django-5.1.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x"
},
"product_reference": "python312-Django-5.1.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-Django-5.1.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64"
},
"product_reference": "python312-Django-5.1.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django-5.1.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64"
},
"product_reference": "python313-Django-5.1.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django-5.1.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le"
},
"product_reference": "python313-Django-5.1.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django-5.1.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x"
},
"product_reference": "python313-Django-5.1.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django-5.1.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
},
"product_reference": "python313-Django-5.1.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-45115",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-45115"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 2.2 before 2.2.26, 3.2 before 3.2.11, and 4.0 before 4.0.1. UserAttributeSimilarityValidator incurred significant overhead in evaluating a submitted password that was artificially large in relation to the comparison values. In a situation where access to user registration was unrestricted, this provided a potential vector for a denial-of-service attack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-45115",
"url": "https://www.suse.com/security/cve/CVE-2021-45115"
},
{
"category": "external",
"summary": "SUSE Bug 1194115 for CVE-2021-45115",
"url": "https://bugzilla.suse.com/1194115"
},
{
"category": "external",
"summary": "SUSE Bug 1194117 for CVE-2021-45115",
"url": "https://bugzilla.suse.com/1194117"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-17T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-45115"
},
{
"cve": "CVE-2021-45452",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-45452"
}
],
"notes": [
{
"category": "general",
"text": "Storage.save in Django 2.2 before 2.2.26, 3.2 before 3.2.11, and 4.0 before 4.0.1 allows directory traversal if crafted filenames are directly passed to it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-45452",
"url": "https://www.suse.com/security/cve/CVE-2021-45452"
},
{
"category": "external",
"summary": "SUSE Bug 1194116 for CVE-2021-45452",
"url": "https://bugzilla.suse.com/1194116"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-17T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-45452"
},
{
"cve": "CVE-2022-22818",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-22818"
}
],
"notes": [
{
"category": "general",
"text": "The {% debug %} template tag in Django 2.2 before 2.2.27, 3.2 before 3.2.12, and 4.0 before 4.0.2 does not properly encode the current context. This may lead to XSS.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-22818",
"url": "https://www.suse.com/security/cve/CVE-2022-22818"
},
{
"category": "external",
"summary": "SUSE Bug 1195086 for CVE-2022-22818",
"url": "https://bugzilla.suse.com/1195086"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-17T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-22818"
},
{
"cve": "CVE-2022-23833",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-23833"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in MultiPartParser in Django 2.2 before 2.2.27, 3.2 before 3.2.12, and 4.0 before 4.0.2. Passing certain inputs to multipart forms could result in an infinite loop when parsing files.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-23833",
"url": "https://www.suse.com/security/cve/CVE-2022-23833"
},
{
"category": "external",
"summary": "SUSE Bug 1195088 for CVE-2022-23833",
"url": "https://bugzilla.suse.com/1195088"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-17T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-23833"
},
{
"cve": "CVE-2022-28346",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-28346"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 2.2 before 2.2.28, 3.2 before 3.2.13, and 4.0 before 4.0.4. QuerySet.annotate(), aggregate(), and extra() methods are subject to SQL injection in column aliases via a crafted dictionary (with dictionary expansion) as the passed **kwargs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-28346",
"url": "https://www.suse.com/security/cve/CVE-2022-28346"
},
{
"category": "external",
"summary": "SUSE Bug 1198398 for CVE-2022-28346",
"url": "https://bugzilla.suse.com/1198398"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-17T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-28346"
},
{
"cve": "CVE-2022-28347",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-28347"
}
],
"notes": [
{
"category": "general",
"text": "A SQL injection issue was discovered in QuerySet.explain() in Django 2.2 before 2.2.28, 3.2 before 3.2.13, and 4.0 before 4.0.4. This occurs by passing a crafted dictionary (with dictionary expansion) as the **options argument, and placing the injection payload in an option name.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-28347",
"url": "https://www.suse.com/security/cve/CVE-2022-28347"
},
{
"category": "external",
"summary": "SUSE Bug 1198399 for CVE-2022-28347",
"url": "https://bugzilla.suse.com/1198399"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-17T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-28347"
},
{
"cve": "CVE-2022-34265",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-34265"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 3.2 before 3.2.14 and 4.0 before 4.0.6. The Trunc() and Extract() database functions are subject to SQL injection if untrusted data is used as a kind/lookup_name value. Applications that constrain the lookup name and kind choice to a known safe list are unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-34265",
"url": "https://www.suse.com/security/cve/CVE-2022-34265"
},
{
"category": "external",
"summary": "SUSE Bug 1201186 for CVE-2022-34265",
"url": "https://bugzilla.suse.com/1201186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-17T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-34265"
},
{
"cve": "CVE-2022-36359",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-36359"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in the HTTP FileResponse class in Django 3.2 before 3.2.15 and 4.0 before 4.0.7. An application is vulnerable to a reflected file download (RFD) attack that sets the Content-Disposition header of a FileResponse when the filename is derived from user-supplied input.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-36359",
"url": "https://www.suse.com/security/cve/CVE-2022-36359"
},
{
"category": "external",
"summary": "SUSE Bug 1201923 for CVE-2022-36359",
"url": "https://bugzilla.suse.com/1201923"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-17T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-36359"
},
{
"cve": "CVE-2022-41323",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-41323"
}
],
"notes": [
{
"category": "general",
"text": "In Django 3.2 before 3.2.16, 4.0 before 4.0.8, and 4.1 before 4.1.2, internationalized URLs were subject to a potential denial of service attack via the locale parameter, which is treated as a regular expression.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-41323",
"url": "https://www.suse.com/security/cve/CVE-2022-41323"
},
{
"category": "external",
"summary": "SUSE Bug 1203793 for CVE-2022-41323",
"url": "https://bugzilla.suse.com/1203793"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-17T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-41323"
},
{
"cve": "CVE-2023-23969",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-23969"
}
],
"notes": [
{
"category": "general",
"text": "In Django 3.2 before 3.2.17, 4.0 before 4.0.9, and 4.1 before 4.1.6, the parsed values of Accept-Language headers are cached in order to avoid repetitive parsing. This leads to a potential denial-of-service vector via excessive memory usage if the raw value of Accept-Language headers is very large.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-23969",
"url": "https://www.suse.com/security/cve/CVE-2023-23969"
},
{
"category": "external",
"summary": "SUSE Bug 1207565 for CVE-2023-23969",
"url": "https://bugzilla.suse.com/1207565"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-17T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-23969"
},
{
"cve": "CVE-2023-24580",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24580"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in the Multipart Request Parser in Django 3.2 before 3.2.18, 4.0 before 4.0.10, and 4.1 before 4.1.7. Passing certain inputs (e.g., an excessive number of parts) to multipart forms could result in too many open files or memory exhaustion, and provided a potential vector for a denial-of-service attack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24580",
"url": "https://www.suse.com/security/cve/CVE-2023-24580"
},
{
"category": "external",
"summary": "SUSE Bug 1208082 for CVE-2023-24580",
"url": "https://bugzilla.suse.com/1208082"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-17T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-24580"
},
{
"cve": "CVE-2024-56374",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-56374"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.1 before 5.1.5, 5.0 before 5.0.11, and 4.2 before 4.2.18. Lack of upper-bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial-of-service attack. The undocumented and private functions clean_ipv6_address and is_valid_ipv6_address are vulnerable, as is the django.forms.GenericIPAddressField form field. (The django.db.models.GenericIPAddressField model field is not affected.)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-56374",
"url": "https://www.suse.com/security/cve/CVE-2024-56374"
},
{
"category": "external",
"summary": "SUSE Bug 1235856 for CVE-2024-56374",
"url": "https://bugzilla.suse.com/1235856"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python312-Django-5.1.5-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.1.5-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-17T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-56374"
}
]
}
OPENSUSE-SU-2026:10005-1
Vulnerability from csaf_opensuse - Published: 2026-01-03 00:00 - Updated: 2026-01-03 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "python312-Django6-6.0-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python312-Django6-6.0-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10005",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10005-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-3982 page",
"url": "https://www.suse.com/security/cve/CVE-2015-3982/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-5145 page",
"url": "https://www.suse.com/security/cve/CVE-2015-5145/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2015-5963 page",
"url": "https://www.suse.com/security/cve/CVE-2015-5963/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2016-7401 page",
"url": "https://www.suse.com/security/cve/CVE-2016-7401/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-12794 page",
"url": "https://www.suse.com/security/cve/CVE-2017-12794/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-7233 page",
"url": "https://www.suse.com/security/cve/CVE-2017-7233/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-7234 page",
"url": "https://www.suse.com/security/cve/CVE-2017-7234/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16984 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16984/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-6188 page",
"url": "https://www.suse.com/security/cve/CVE-2018-6188/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-7536 page",
"url": "https://www.suse.com/security/cve/CVE-2018-7536/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-7537 page",
"url": "https://www.suse.com/security/cve/CVE-2018-7537/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-11358 page",
"url": "https://www.suse.com/security/cve/CVE-2019-11358/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-12308 page",
"url": "https://www.suse.com/security/cve/CVE-2019-12308/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-12781 page",
"url": "https://www.suse.com/security/cve/CVE-2019-12781/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-14232 page",
"url": "https://www.suse.com/security/cve/CVE-2019-14232/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-19118 page",
"url": "https://www.suse.com/security/cve/CVE-2019-19118/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-19844 page",
"url": "https://www.suse.com/security/cve/CVE-2019-19844/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-3498 page",
"url": "https://www.suse.com/security/cve/CVE-2019-3498/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-6975 page",
"url": "https://www.suse.com/security/cve/CVE-2019-6975/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-13254 page",
"url": "https://www.suse.com/security/cve/CVE-2020-13254/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-13596 page",
"url": "https://www.suse.com/security/cve/CVE-2020-13596/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-24583 page",
"url": "https://www.suse.com/security/cve/CVE-2020-24583/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-24584 page",
"url": "https://www.suse.com/security/cve/CVE-2020-24584/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-7471 page",
"url": "https://www.suse.com/security/cve/CVE-2020-7471/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-9402 page",
"url": "https://www.suse.com/security/cve/CVE-2020-9402/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-31542 page",
"url": "https://www.suse.com/security/cve/CVE-2021-31542/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-32052 page",
"url": "https://www.suse.com/security/cve/CVE-2021-32052/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-33203 page",
"url": "https://www.suse.com/security/cve/CVE-2021-33203/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-33571 page",
"url": "https://www.suse.com/security/cve/CVE-2021-33571/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-35042 page",
"url": "https://www.suse.com/security/cve/CVE-2021-35042/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-45115 page",
"url": "https://www.suse.com/security/cve/CVE-2021-45115/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-45452 page",
"url": "https://www.suse.com/security/cve/CVE-2021-45452/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-22818 page",
"url": "https://www.suse.com/security/cve/CVE-2022-22818/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-23833 page",
"url": "https://www.suse.com/security/cve/CVE-2022-23833/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-28346 page",
"url": "https://www.suse.com/security/cve/CVE-2022-28346/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-28347 page",
"url": "https://www.suse.com/security/cve/CVE-2022-28347/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-34265 page",
"url": "https://www.suse.com/security/cve/CVE-2022-34265/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-36359 page",
"url": "https://www.suse.com/security/cve/CVE-2022-36359/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-41323 page",
"url": "https://www.suse.com/security/cve/CVE-2022-41323/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-23969 page",
"url": "https://www.suse.com/security/cve/CVE-2023-23969/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24580 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24580/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-31047 page",
"url": "https://www.suse.com/security/cve/CVE-2023-31047/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-36053 page",
"url": "https://www.suse.com/security/cve/CVE-2023-36053/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-41164 page",
"url": "https://www.suse.com/security/cve/CVE-2023-41164/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-43665 page",
"url": "https://www.suse.com/security/cve/CVE-2023-43665/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-24680 page",
"url": "https://www.suse.com/security/cve/CVE-2024-24680/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-27351 page",
"url": "https://www.suse.com/security/cve/CVE-2024-27351/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-38875 page",
"url": "https://www.suse.com/security/cve/CVE-2024-38875/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-39329 page",
"url": "https://www.suse.com/security/cve/CVE-2024-39329/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-39330 page",
"url": "https://www.suse.com/security/cve/CVE-2024-39330/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-39614 page",
"url": "https://www.suse.com/security/cve/CVE-2024-39614/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-41989 page",
"url": "https://www.suse.com/security/cve/CVE-2024-41989/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-41990 page",
"url": "https://www.suse.com/security/cve/CVE-2024-41990/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-41991 page",
"url": "https://www.suse.com/security/cve/CVE-2024-41991/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-42005 page",
"url": "https://www.suse.com/security/cve/CVE-2024-42005/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45230 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45230/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45231 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45231/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-53907 page",
"url": "https://www.suse.com/security/cve/CVE-2024-53907/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-53908 page",
"url": "https://www.suse.com/security/cve/CVE-2024-53908/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56374 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56374/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-13372 page",
"url": "https://www.suse.com/security/cve/CVE-2025-13372/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-26699 page",
"url": "https://www.suse.com/security/cve/CVE-2025-26699/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27556 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27556/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-32873 page",
"url": "https://www.suse.com/security/cve/CVE-2025-32873/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-48432 page",
"url": "https://www.suse.com/security/cve/CVE-2025-48432/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-57833 page",
"url": "https://www.suse.com/security/cve/CVE-2025-57833/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-59681 page",
"url": "https://www.suse.com/security/cve/CVE-2025-59681/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-59682 page",
"url": "https://www.suse.com/security/cve/CVE-2025-59682/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-64459 page",
"url": "https://www.suse.com/security/cve/CVE-2025-64459/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-64460 page",
"url": "https://www.suse.com/security/cve/CVE-2025-64460/"
}
],
"title": "python312-Django6-6.0-1.1 on GA media",
"tracking": {
"current_release_date": "2026-01-03T00:00:00Z",
"generator": {
"date": "2026-01-03T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10005-1",
"initial_release_date": "2026-01-03T00:00:00Z",
"revision_history": [
{
"date": "2026-01-03T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python312-Django6-6.0-1.1.aarch64",
"product": {
"name": "python312-Django6-6.0-1.1.aarch64",
"product_id": "python312-Django6-6.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-Django6-6.0-1.1.aarch64",
"product": {
"name": "python313-Django6-6.0-1.1.aarch64",
"product_id": "python313-Django6-6.0-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python312-Django6-6.0-1.1.ppc64le",
"product": {
"name": "python312-Django6-6.0-1.1.ppc64le",
"product_id": "python312-Django6-6.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-Django6-6.0-1.1.ppc64le",
"product": {
"name": "python313-Django6-6.0-1.1.ppc64le",
"product_id": "python313-Django6-6.0-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python312-Django6-6.0-1.1.s390x",
"product": {
"name": "python312-Django6-6.0-1.1.s390x",
"product_id": "python312-Django6-6.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-Django6-6.0-1.1.s390x",
"product": {
"name": "python313-Django6-6.0-1.1.s390x",
"product_id": "python313-Django6-6.0-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python312-Django6-6.0-1.1.x86_64",
"product": {
"name": "python312-Django6-6.0-1.1.x86_64",
"product_id": "python312-Django6-6.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-Django6-6.0-1.1.x86_64",
"product": {
"name": "python313-Django6-6.0-1.1.x86_64",
"product_id": "python313-Django6-6.0-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-Django6-6.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64"
},
"product_reference": "python312-Django6-6.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-Django6-6.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le"
},
"product_reference": "python312-Django6-6.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-Django6-6.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x"
},
"product_reference": "python312-Django6-6.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-Django6-6.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64"
},
"product_reference": "python312-Django6-6.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django6-6.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64"
},
"product_reference": "python313-Django6-6.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django6-6.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le"
},
"product_reference": "python313-Django6-6.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django6-6.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x"
},
"product_reference": "python313-Django6-6.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django6-6.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
},
"product_reference": "python313-Django6-6.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2015-3982",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-3982"
}
],
"notes": [
{
"category": "general",
"text": "The session.flush function in the cached_db backend in Django 1.8.x before 1.8.2 does not properly flush the session, which allows remote attackers to hijack user sessions via an empty string in the session key.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-3982",
"url": "https://www.suse.com/security/cve/CVE-2015-3982"
},
{
"category": "external",
"summary": "SUSE Bug 932265 for CVE-2015-3982",
"url": "https://bugzilla.suse.com/932265"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2015-3982"
},
{
"cve": "CVE-2015-5145",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-5145"
}
],
"notes": [
{
"category": "general",
"text": "validators.URLValidator in Django 1.8.x before 1.8.3 allows remote attackers to cause a denial of service (CPU consumption) via unspecified vectors.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-5145",
"url": "https://www.suse.com/security/cve/CVE-2015-5145"
},
{
"category": "external",
"summary": "SUSE Bug 937524 for CVE-2015-5145",
"url": "https://bugzilla.suse.com/937524"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2015-5145"
},
{
"cve": "CVE-2015-5963",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2015-5963"
}
],
"notes": [
{
"category": "general",
"text": "contrib.sessions.middleware.SessionMiddleware in Django 1.8.x before 1.8.4, 1.7.x before 1.7.10, 1.4.x before 1.4.22, and possibly other versions allows remote attackers to cause a denial of service (session store consumption or session record removal) via a large number of requests to contrib.auth.views.logout, which triggers the creation of an empty session record.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2015-5963",
"url": "https://www.suse.com/security/cve/CVE-2015-5963"
},
{
"category": "external",
"summary": "SUSE Bug 941587 for CVE-2015-5963",
"url": "https://bugzilla.suse.com/941587"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2015-5963"
},
{
"cve": "CVE-2016-7401",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2016-7401"
}
],
"notes": [
{
"category": "general",
"text": "The cookie parsing code in Django before 1.8.15 and 1.9.x before 1.9.10, when used on a site with Google Analytics, allows remote attackers to bypass an intended CSRF protection mechanism by setting arbitrary cookies.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2016-7401",
"url": "https://www.suse.com/security/cve/CVE-2016-7401"
},
{
"category": "external",
"summary": "SUSE Bug 1001374 for CVE-2016-7401",
"url": "https://bugzilla.suse.com/1001374"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2016-7401"
},
{
"cve": "CVE-2017-12794",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-12794"
}
],
"notes": [
{
"category": "general",
"text": "In Django 1.10.x before 1.10.8 and 1.11.x before 1.11.5, HTML autoescaping was disabled in a portion of the template for the technical 500 debug page. Given the right circumstances, this allowed a cross-site scripting attack. This vulnerability shouldn\u0027t affect most production sites since you shouldn\u0027t run with \"DEBUG = True\" (which makes this page accessible) in your production settings.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-12794",
"url": "https://www.suse.com/security/cve/CVE-2017-12794"
},
{
"category": "external",
"summary": "SUSE Bug 1056284 for CVE-2017-12794",
"url": "https://bugzilla.suse.com/1056284"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2017-12794"
},
{
"cve": "CVE-2017-7233",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-7233"
}
],
"notes": [
{
"category": "general",
"text": "Django 1.10 before 1.10.7, 1.9 before 1.9.13, and 1.8 before 1.8.18 relies on user input in some cases to redirect the user to an \"on success\" URL. The security check for these redirects (namely ``django.utils.http.is_safe_url()``) considered some numeric URLs \"safe\" when they shouldn\u0027t be, aka an open redirect vulnerability. Also, if a developer relies on ``is_safe_url()`` to provide safe redirect targets and puts such a URL into a link, they could suffer from an XSS attack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-7233",
"url": "https://www.suse.com/security/cve/CVE-2017-7233"
},
{
"category": "external",
"summary": "SUSE Bug 1031450 for CVE-2017-7233",
"url": "https://bugzilla.suse.com/1031450"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2017-7233"
},
{
"cve": "CVE-2017-7234",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-7234"
}
],
"notes": [
{
"category": "general",
"text": "A maliciously crafted URL to a Django (1.10 before 1.10.7, 1.9 before 1.9.13, and 1.8 before 1.8.18) site using the ``django.views.static.serve()`` view could redirect to any other domain, aka an open redirect vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-7234",
"url": "https://www.suse.com/security/cve/CVE-2017-7234"
},
{
"category": "external",
"summary": "SUSE Bug 1031451 for CVE-2017-7234",
"url": "https://bugzilla.suse.com/1031451"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2017-7234"
},
{
"cve": "CVE-2018-16984",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16984"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 2.1 before 2.1.2, in which unprivileged users can read the password hashes of arbitrary accounts. The read-only password widget used by the Django Admin to display an obfuscated password hash was bypassed if a user has only the \"view\" permission (new in Django 2.1), resulting in display of the entire password hash to those users. This may result in a vulnerability for sites with legacy user accounts using insecure hashes.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16984",
"url": "https://www.suse.com/security/cve/CVE-2018-16984"
},
{
"category": "external",
"summary": "SUSE Bug 1109621 for CVE-2018-16984",
"url": "https://bugzilla.suse.com/1109621"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2018-16984"
},
{
"cve": "CVE-2018-6188",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-6188"
}
],
"notes": [
{
"category": "general",
"text": "django.contrib.auth.forms.AuthenticationForm in Django 2.0 before 2.0.2, and 1.11.8 and 1.11.9, allows remote attackers to obtain potentially sensitive information by leveraging data exposure from the confirm_login_allowed() method, as demonstrated by discovering whether a user account is inactive.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-6188",
"url": "https://www.suse.com/security/cve/CVE-2018-6188"
},
{
"category": "external",
"summary": "SUSE Bug 1077714 for CVE-2018-6188",
"url": "https://bugzilla.suse.com/1077714"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2018-6188"
},
{
"cve": "CVE-2018-7536",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-7536"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 2.0 before 2.0.3, 1.11 before 1.11.11, and 1.8 before 1.8.19. The django.utils.html.urlize() function was extremely slow to evaluate certain inputs due to catastrophic backtracking vulnerabilities in two regular expressions (only one regular expression for Django 1.8.x). The urlize() function is used to implement the urlize and urlizetrunc template filters, which were thus vulnerable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-7536",
"url": "https://www.suse.com/security/cve/CVE-2018-7536"
},
{
"category": "external",
"summary": "SUSE Bug 1083304 for CVE-2018-7536",
"url": "https://bugzilla.suse.com/1083304"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2018-7536"
},
{
"cve": "CVE-2018-7537",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-7537"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 2.0 before 2.0.3, 1.11 before 1.11.11, and 1.8 before 1.8.19. If django.utils.text.Truncator\u0027s chars() and words() methods were passed the html=True argument, they were extremely slow to evaluate certain inputs due to a catastrophic backtracking vulnerability in a regular expression. The chars() and words() methods are used to implement the truncatechars_html and truncatewords_html template filters, which were thus vulnerable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-7537",
"url": "https://www.suse.com/security/cve/CVE-2018-7537"
},
{
"category": "external",
"summary": "SUSE Bug 1083305 for CVE-2018-7537",
"url": "https://bugzilla.suse.com/1083305"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2018-7537"
},
{
"cve": "CVE-2019-11358",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-11358"
}
],
"notes": [
{
"category": "general",
"text": "jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-11358",
"url": "https://www.suse.com/security/cve/CVE-2019-11358"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-11358"
},
{
"cve": "CVE-2019-12308",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-12308"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 1.11 before 1.11.21, 2.1 before 2.1.9, and 2.2 before 2.2.2. The clickable Current URL value displayed by the AdminURLFieldWidget displays the provided value without validating it as a safe URL. Thus, an unvalidated value stored in the database, or a value provided as a URL query parameter payload, could result in an clickable JavaScript link.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-12308",
"url": "https://www.suse.com/security/cve/CVE-2019-12308"
},
{
"category": "external",
"summary": "SUSE Bug 1136468 for CVE-2019-12308",
"url": "https://bugzilla.suse.com/1136468"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-12308"
},
{
"cve": "CVE-2019-12781",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-12781"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 1.11 before 1.11.22, 2.1 before 2.1.10, and 2.2 before 2.2.3. An HTTP request is not redirected to HTTPS when the SECURE_PROXY_SSL_HEADER and SECURE_SSL_REDIRECT settings are used, and the proxy connects to Django via HTTPS. In other words, django.http.HttpRequest.scheme has incorrect behavior when a client uses HTTP.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-12781",
"url": "https://www.suse.com/security/cve/CVE-2019-12781"
},
{
"category": "external",
"summary": "SUSE Bug 1124991 for CVE-2019-12781",
"url": "https://bugzilla.suse.com/1124991"
},
{
"category": "external",
"summary": "SUSE Bug 1139945 for CVE-2019-12781",
"url": "https://bugzilla.suse.com/1139945"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-12781"
},
{
"cve": "CVE-2019-14232",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-14232"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 1.11.x before 1.11.23, 2.1.x before 2.1.11, and 2.2.x before 2.2.4. If django.utils.text.Truncator\u0027s chars() and words() methods were passed the html=True argument, they were extremely slow to evaluate certain inputs due to a catastrophic backtracking vulnerability in a regular expression. The chars() and words() methods are used to implement the truncatechars_html and truncatewords_html template filters, which were thus vulnerable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-14232",
"url": "https://www.suse.com/security/cve/CVE-2019-14232"
},
{
"category": "external",
"summary": "SUSE Bug 1142880 for CVE-2019-14232",
"url": "https://bugzilla.suse.com/1142880"
},
{
"category": "external",
"summary": "SUSE Bug 1215978 for CVE-2019-14232",
"url": "https://bugzilla.suse.com/1215978"
},
{
"category": "external",
"summary": "SUSE Bug 1220358 for CVE-2019-14232",
"url": "https://bugzilla.suse.com/1220358"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-14232"
},
{
"cve": "CVE-2019-19118",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-19118"
}
],
"notes": [
{
"category": "general",
"text": "Django 2.1 before 2.1.15 and 2.2 before 2.2.8 allows unintended model editing. A Django model admin displaying inline related models, where the user has view-only permissions to a parent model but edit permissions to the inline model, would be presented with an editing UI, allowing POST requests, for updating the inline model. Directly editing the view-only parent model was not possible, but the parent model\u0027s save() method was called, triggering potential side effects, and causing pre and post-save signal handlers to be invoked. (To resolve this, the Django admin is adjusted to require edit permissions on the parent model in order for inline models to be editable.)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-19118",
"url": "https://www.suse.com/security/cve/CVE-2019-19118"
},
{
"category": "external",
"summary": "SUSE Bug 1157705 for CVE-2019-19118",
"url": "https://bugzilla.suse.com/1157705"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-19118"
},
{
"cve": "CVE-2019-19844",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-19844"
}
],
"notes": [
{
"category": "general",
"text": "Django before 1.11.27, 2.x before 2.2.9, and 3.x before 3.0.1 allows account takeover. A suitably crafted email address (that is equal to an existing user\u0027s email address after case transformation of Unicode characters) would allow an attacker to be sent a password reset token for the matched user account. (One mitigation in the new releases is to send password reset tokens only to the registered user email address.)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-19844",
"url": "https://www.suse.com/security/cve/CVE-2019-19844"
},
{
"category": "external",
"summary": "SUSE Bug 1159447 for CVE-2019-19844",
"url": "https://bugzilla.suse.com/1159447"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-19844"
},
{
"cve": "CVE-2019-3498",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-3498"
}
],
"notes": [
{
"category": "general",
"text": "In Django 1.11.x before 1.11.18, 2.0.x before 2.0.10, and 2.1.x before 2.1.5, an Improper Neutralization of Special Elements in Output Used by a Downstream Component issue exists in django.views.defaults.page_not_found(), leading to content spoofing (in a 404 error page) if a user fails to recognize that a crafted URL has malicious content.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-3498",
"url": "https://www.suse.com/security/cve/CVE-2019-3498"
},
{
"category": "external",
"summary": "SUSE Bug 1120932 for CVE-2019-3498",
"url": "https://bugzilla.suse.com/1120932"
},
{
"category": "external",
"summary": "SUSE Bug 1139945 for CVE-2019-3498",
"url": "https://bugzilla.suse.com/1139945"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2019-3498"
},
{
"cve": "CVE-2019-6975",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-6975"
}
],
"notes": [
{
"category": "general",
"text": "Django 1.11.x before 1.11.19, 2.0.x before 2.0.11, and 2.1.x before 2.1.6 allows Uncontrolled Memory Consumption via a malicious attacker-supplied value to the django.utils.numberformat.format() function.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-6975",
"url": "https://www.suse.com/security/cve/CVE-2019-6975"
},
{
"category": "external",
"summary": "SUSE Bug 1124991 for CVE-2019-6975",
"url": "https://bugzilla.suse.com/1124991"
},
{
"category": "external",
"summary": "SUSE Bug 1139945 for CVE-2019-6975",
"url": "https://bugzilla.suse.com/1139945"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-6975"
},
{
"cve": "CVE-2020-13254",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-13254"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 2.2 before 2.2.13 and 3.0 before 3.0.7. In cases where a memcached backend does not perform key validation, passing malformed cache keys could result in a key collision, and potential data leakage.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-13254",
"url": "https://www.suse.com/security/cve/CVE-2020-13254"
},
{
"category": "external",
"summary": "SUSE Bug 1172166 for CVE-2020-13254",
"url": "https://bugzilla.suse.com/1172166"
},
{
"category": "external",
"summary": "SUSE Bug 1172167 for CVE-2020-13254",
"url": "https://bugzilla.suse.com/1172167"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-13254"
},
{
"cve": "CVE-2020-13596",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-13596"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 2.2 before 2.2.13 and 3.0 before 3.0.7. Query parameters generated by the Django admin ForeignKeyRawIdWidget were not properly URL encoded, leading to a possibility of an XSS attack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-13596",
"url": "https://www.suse.com/security/cve/CVE-2020-13596"
},
{
"category": "external",
"summary": "SUSE Bug 1172166 for CVE-2020-13596",
"url": "https://bugzilla.suse.com/1172166"
},
{
"category": "external",
"summary": "SUSE Bug 1172167 for CVE-2020-13596",
"url": "https://bugzilla.suse.com/1172167"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-13596"
},
{
"cve": "CVE-2020-24583",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-24583"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 2.2 before 2.2.16, 3.0 before 3.0.10, and 3.1 before 3.1.1 (when Python 3.7+ is used). FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files. It was also not applied to intermediate-level collected static directories when using the collectstatic management command.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-24583",
"url": "https://www.suse.com/security/cve/CVE-2020-24583"
},
{
"category": "external",
"summary": "SUSE Bug 1175784 for CVE-2020-24583",
"url": "https://bugzilla.suse.com/1175784"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2020-24583"
},
{
"cve": "CVE-2020-24584",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-24584"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 2.2 before 2.2.16, 3.0 before 3.0.10, and 3.1 before 3.1.1 (when Python 3.7+ is used). The intermediate-level directories of the filesystem cache had the system\u0027s standard umask rather than 0o077.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-24584",
"url": "https://www.suse.com/security/cve/CVE-2020-24584"
},
{
"category": "external",
"summary": "SUSE Bug 1175784 for CVE-2020-24584",
"url": "https://bugzilla.suse.com/1175784"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2020-24584"
},
{
"cve": "CVE-2020-7471",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-7471"
}
],
"notes": [
{
"category": "general",
"text": "Django 1.11 before 1.11.28, 2.2 before 2.2.10, and 3.0 before 3.0.3 allows SQL Injection if untrusted data is used as a StringAgg delimiter (e.g., in Django applications that offer downloads of data as a series of rows with a user-specified column delimiter). By passing a suitably crafted delimiter to a contrib.postgres.aggregates.StringAgg instance, it was possible to break escaping and inject malicious SQL.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-7471",
"url": "https://www.suse.com/security/cve/CVE-2020-7471"
},
{
"category": "external",
"summary": "SUSE Bug 1161919 for CVE-2020-7471",
"url": "https://bugzilla.suse.com/1161919"
},
{
"category": "external",
"summary": "SUSE Bug 1161920 for CVE-2020-7471",
"url": "https://bugzilla.suse.com/1161920"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2020-7471"
},
{
"cve": "CVE-2020-9402",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-9402"
}
],
"notes": [
{
"category": "general",
"text": "Django 1.11 before 1.11.29, 2.2 before 2.2.11, and 3.0 before 3.0.4 allows SQL Injection if untrusted data is used as a tolerance parameter in GIS functions and aggregates on Oracle. By passing a suitably crafted tolerance to GIS functions and aggregates on Oracle, it was possible to break escaping and inject malicious SQL.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-9402",
"url": "https://www.suse.com/security/cve/CVE-2020-9402"
},
{
"category": "external",
"summary": "SUSE Bug 1165022 for CVE-2020-9402",
"url": "https://bugzilla.suse.com/1165022"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2020-9402"
},
{
"cve": "CVE-2021-31542",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-31542"
}
],
"notes": [
{
"category": "general",
"text": "In Django 2.2 before 2.2.21, 3.1 before 3.1.9, and 3.2 before 3.2.1, MultiPartParser, UploadedFile, and FieldFile allowed directory traversal via uploaded files with suitably crafted file names.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-31542",
"url": "https://www.suse.com/security/cve/CVE-2021-31542"
},
{
"category": "external",
"summary": "SUSE Bug 1185623 for CVE-2021-31542",
"url": "https://bugzilla.suse.com/1185623"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-31542"
},
{
"cve": "CVE-2021-32052",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-32052"
}
],
"notes": [
{
"category": "general",
"text": "In Django 2.2 before 2.2.22, 3.1 before 3.1.10, and 3.2 before 3.2.2 (with Python 3.9.5+), URLValidator does not prohibit newlines and tabs (unless the URLField form field is used). If an application uses values with newlines in an HTTP response, header injection can occur. Django itself is unaffected because HttpResponse prohibits newlines in HTTP headers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-32052",
"url": "https://www.suse.com/security/cve/CVE-2021-32052"
},
{
"category": "external",
"summary": "SUSE Bug 1185713 for CVE-2021-32052",
"url": "https://bugzilla.suse.com/1185713"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-32052"
},
{
"cve": "CVE-2021-33203",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-33203"
}
],
"notes": [
{
"category": "general",
"text": "Django before 2.2.24, 3.x before 3.1.12, and 3.2.x before 3.2.4 has a potential directory traversal via django.contrib.admindocs. Staff members could use the TemplateDetailView view to check the existence of arbitrary files. Additionally, if (and only if) the default admindocs templates have been customized by application developers to also show file contents, then not only the existence but also the file contents would have been exposed. In other words, there is directory traversal outside of the template root directories.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-33203",
"url": "https://www.suse.com/security/cve/CVE-2021-33203"
},
{
"category": "external",
"summary": "SUSE Bug 1186608 for CVE-2021-33203",
"url": "https://bugzilla.suse.com/1186608"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-33203"
},
{
"cve": "CVE-2021-33571",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-33571"
}
],
"notes": [
{
"category": "general",
"text": "In Django 2.2 before 2.2.24, 3.x before 3.1.12, and 3.2 before 3.2.4, URLValidator, validate_ipv4_address, and validate_ipv46_address do not prohibit leading zero characters in octal literals. This may allow a bypass of access control that is based on IP addresses. (validate_ipv4_address and validate_ipv46_address are unaffected with Python 3.9.5+..) .",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-33571",
"url": "https://www.suse.com/security/cve/CVE-2021-33571"
},
{
"category": "external",
"summary": "SUSE Bug 1186611 for CVE-2021-33571",
"url": "https://bugzilla.suse.com/1186611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-33571"
},
{
"cve": "CVE-2021-35042",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-35042"
}
],
"notes": [
{
"category": "general",
"text": "Django 3.1.x before 3.1.13 and 3.2.x before 3.2.5 allows QuerySet.order_by SQL injection if order_by is untrusted input from a client of a web application.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-35042",
"url": "https://www.suse.com/security/cve/CVE-2021-35042"
},
{
"category": "external",
"summary": "SUSE Bug 1187785 for CVE-2021-35042",
"url": "https://bugzilla.suse.com/1187785"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2021-35042"
},
{
"cve": "CVE-2021-45115",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-45115"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 2.2 before 2.2.26, 3.2 before 3.2.11, and 4.0 before 4.0.1. UserAttributeSimilarityValidator incurred significant overhead in evaluating a submitted password that was artificially large in relation to the comparison values. In a situation where access to user registration was unrestricted, this provided a potential vector for a denial-of-service attack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-45115",
"url": "https://www.suse.com/security/cve/CVE-2021-45115"
},
{
"category": "external",
"summary": "SUSE Bug 1194115 for CVE-2021-45115",
"url": "https://bugzilla.suse.com/1194115"
},
{
"category": "external",
"summary": "SUSE Bug 1194117 for CVE-2021-45115",
"url": "https://bugzilla.suse.com/1194117"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-45115"
},
{
"cve": "CVE-2021-45452",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-45452"
}
],
"notes": [
{
"category": "general",
"text": "Storage.save in Django 2.2 before 2.2.26, 3.2 before 3.2.11, and 4.0 before 4.0.1 allows directory traversal if crafted filenames are directly passed to it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-45452",
"url": "https://www.suse.com/security/cve/CVE-2021-45452"
},
{
"category": "external",
"summary": "SUSE Bug 1194116 for CVE-2021-45452",
"url": "https://bugzilla.suse.com/1194116"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-45452"
},
{
"cve": "CVE-2022-22818",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-22818"
}
],
"notes": [
{
"category": "general",
"text": "The {% debug %} template tag in Django 2.2 before 2.2.27, 3.2 before 3.2.12, and 4.0 before 4.0.2 does not properly encode the current context. This may lead to XSS.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-22818",
"url": "https://www.suse.com/security/cve/CVE-2022-22818"
},
{
"category": "external",
"summary": "SUSE Bug 1195086 for CVE-2022-22818",
"url": "https://bugzilla.suse.com/1195086"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-22818"
},
{
"cve": "CVE-2022-23833",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-23833"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in MultiPartParser in Django 2.2 before 2.2.27, 3.2 before 3.2.12, and 4.0 before 4.0.2. Passing certain inputs to multipart forms could result in an infinite loop when parsing files.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-23833",
"url": "https://www.suse.com/security/cve/CVE-2022-23833"
},
{
"category": "external",
"summary": "SUSE Bug 1195088 for CVE-2022-23833",
"url": "https://bugzilla.suse.com/1195088"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-23833"
},
{
"cve": "CVE-2022-28346",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-28346"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 2.2 before 2.2.28, 3.2 before 3.2.13, and 4.0 before 4.0.4. QuerySet.annotate(), aggregate(), and extra() methods are subject to SQL injection in column aliases via a crafted dictionary (with dictionary expansion) as the passed **kwargs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-28346",
"url": "https://www.suse.com/security/cve/CVE-2022-28346"
},
{
"category": "external",
"summary": "SUSE Bug 1198398 for CVE-2022-28346",
"url": "https://bugzilla.suse.com/1198398"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-28346"
},
{
"cve": "CVE-2022-28347",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-28347"
}
],
"notes": [
{
"category": "general",
"text": "A SQL injection issue was discovered in QuerySet.explain() in Django 2.2 before 2.2.28, 3.2 before 3.2.13, and 4.0 before 4.0.4. This occurs by passing a crafted dictionary (with dictionary expansion) as the **options argument, and placing the injection payload in an option name.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-28347",
"url": "https://www.suse.com/security/cve/CVE-2022-28347"
},
{
"category": "external",
"summary": "SUSE Bug 1198399 for CVE-2022-28347",
"url": "https://bugzilla.suse.com/1198399"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-28347"
},
{
"cve": "CVE-2022-34265",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-34265"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 3.2 before 3.2.14 and 4.0 before 4.0.6. The Trunc() and Extract() database functions are subject to SQL injection if untrusted data is used as a kind/lookup_name value. Applications that constrain the lookup name and kind choice to a known safe list are unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-34265",
"url": "https://www.suse.com/security/cve/CVE-2022-34265"
},
{
"category": "external",
"summary": "SUSE Bug 1201186 for CVE-2022-34265",
"url": "https://bugzilla.suse.com/1201186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-34265"
},
{
"cve": "CVE-2022-36359",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-36359"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in the HTTP FileResponse class in Django 3.2 before 3.2.15 and 4.0 before 4.0.7. An application is vulnerable to a reflected file download (RFD) attack that sets the Content-Disposition header of a FileResponse when the filename is derived from user-supplied input.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-36359",
"url": "https://www.suse.com/security/cve/CVE-2022-36359"
},
{
"category": "external",
"summary": "SUSE Bug 1201923 for CVE-2022-36359",
"url": "https://bugzilla.suse.com/1201923"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-36359"
},
{
"cve": "CVE-2022-41323",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-41323"
}
],
"notes": [
{
"category": "general",
"text": "In Django 3.2 before 3.2.16, 4.0 before 4.0.8, and 4.1 before 4.1.2, internationalized URLs were subject to a potential denial of service attack via the locale parameter, which is treated as a regular expression.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-41323",
"url": "https://www.suse.com/security/cve/CVE-2022-41323"
},
{
"category": "external",
"summary": "SUSE Bug 1203793 for CVE-2022-41323",
"url": "https://bugzilla.suse.com/1203793"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-41323"
},
{
"cve": "CVE-2023-23969",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-23969"
}
],
"notes": [
{
"category": "general",
"text": "In Django 3.2 before 3.2.17, 4.0 before 4.0.9, and 4.1 before 4.1.6, the parsed values of Accept-Language headers are cached in order to avoid repetitive parsing. This leads to a potential denial-of-service vector via excessive memory usage if the raw value of Accept-Language headers is very large.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-23969",
"url": "https://www.suse.com/security/cve/CVE-2023-23969"
},
{
"category": "external",
"summary": "SUSE Bug 1207565 for CVE-2023-23969",
"url": "https://bugzilla.suse.com/1207565"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-23969"
},
{
"cve": "CVE-2023-24580",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24580"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in the Multipart Request Parser in Django 3.2 before 3.2.18, 4.0 before 4.0.10, and 4.1 before 4.1.7. Passing certain inputs (e.g., an excessive number of parts) to multipart forms could result in too many open files or memory exhaustion, and provided a potential vector for a denial-of-service attack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24580",
"url": "https://www.suse.com/security/cve/CVE-2023-24580"
},
{
"category": "external",
"summary": "SUSE Bug 1208082 for CVE-2023-24580",
"url": "https://bugzilla.suse.com/1208082"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-24580"
},
{
"cve": "CVE-2023-31047",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-31047"
}
],
"notes": [
{
"category": "general",
"text": "In Django 3.2 before 3.2.19, 4.x before 4.1.9, and 4.2 before 4.2.1, it was possible to bypass validation when using one form field to upload multiple files. This multiple upload has never been supported by forms.FileField or forms.ImageField (only the last uploaded file was validated). However, Django\u0027s \"Uploading multiple files\" documentation suggested otherwise.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-31047",
"url": "https://www.suse.com/security/cve/CVE-2023-31047"
},
{
"category": "external",
"summary": "SUSE Bug 1210866 for CVE-2023-31047",
"url": "https://bugzilla.suse.com/1210866"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-31047"
},
{
"cve": "CVE-2023-36053",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-36053"
}
],
"notes": [
{
"category": "general",
"text": "In Django 3.2 before 3.2.20, 4 before 4.1.10, and 4.2 before 4.2.3, EmailValidator and URLValidator are subject to a potential ReDoS (regular expression denial of service) attack via a very large number of domain name labels of emails and URLs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-36053",
"url": "https://www.suse.com/security/cve/CVE-2023-36053"
},
{
"category": "external",
"summary": "SUSE Bug 1212742 for CVE-2023-36053",
"url": "https://bugzilla.suse.com/1212742"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-36053"
},
{
"cve": "CVE-2023-41164",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-41164"
}
],
"notes": [
{
"category": "general",
"text": "In Django 3.2 before 3.2.21, 4.1 before 4.1.11, and 4.2 before 4.2.5, django.utils.encoding.uri_to_iri() is subject to a potential DoS (denial of service) attack via certain inputs with a very large number of Unicode characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-41164",
"url": "https://www.suse.com/security/cve/CVE-2023-41164"
},
{
"category": "external",
"summary": "SUSE Bug 1214667 for CVE-2023-41164",
"url": "https://bugzilla.suse.com/1214667"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-41164"
},
{
"cve": "CVE-2023-43665",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-43665"
}
],
"notes": [
{
"category": "general",
"text": "In Django 3.2 before 3.2.22, 4.1 before 4.1.12, and 4.2 before 4.2.6, the django.utils.text.Truncator chars() and words() methods (when used with html=True) are subject to a potential DoS (denial of service) attack via certain inputs with very long, potentially malformed HTML text. The chars() and words() methods are used to implement the truncatechars_html and truncatewords_html template filters, which are thus also vulnerable. NOTE: this issue exists because of an incomplete fix for CVE-2019-14232.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-43665",
"url": "https://www.suse.com/security/cve/CVE-2023-43665"
},
{
"category": "external",
"summary": "SUSE Bug 1215978 for CVE-2023-43665",
"url": "https://bugzilla.suse.com/1215978"
},
{
"category": "external",
"summary": "SUSE Bug 1220358 for CVE-2023-43665",
"url": "https://bugzilla.suse.com/1220358"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-43665"
},
{
"cve": "CVE-2024-24680",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-24680"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 3.2 before 3.2.24, 4.2 before 4.2.10, and Django 5.0 before 5.0.2. The intcomma template filter was subject to a potential denial-of-service attack when used with very long strings.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-24680",
"url": "https://www.suse.com/security/cve/CVE-2024-24680"
},
{
"category": "external",
"summary": "SUSE Bug 1219683 for CVE-2024-24680",
"url": "https://bugzilla.suse.com/1219683"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-24680"
},
{
"cve": "CVE-2024-27351",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-27351"
}
],
"notes": [
{
"category": "general",
"text": "In Django 3.2 before 3.2.25, 4.2 before 4.2.11, and 5.0 before 5.0.3, the django.utils.text.Truncator.words() method (with html=True) and the truncatewords_html template filter are subject to a potential regular expression denial-of-service attack via a crafted string. NOTE: this issue exists because of an incomplete fix for CVE-2019-14232 and CVE-2023-43665.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-27351",
"url": "https://www.suse.com/security/cve/CVE-2024-27351"
},
{
"category": "external",
"summary": "SUSE Bug 1220358 for CVE-2024-27351",
"url": "https://bugzilla.suse.com/1220358"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-27351"
},
{
"cve": "CVE-2024-38875",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-38875"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 4.2 before 4.2.14 and 5.0 before 5.0.7. urlize and urlizetrunc were subject to a potential denial of service attack via certain inputs with a very large number of brackets.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-38875",
"url": "https://www.suse.com/security/cve/CVE-2024-38875"
},
{
"category": "external",
"summary": "SUSE Bug 1227590 for CVE-2024-38875",
"url": "https://bugzilla.suse.com/1227590"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-38875"
},
{
"cve": "CVE-2024-39329",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-39329"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.0 before 5.0.7 and 4.2 before 4.2.14. The django.contrib.auth.backends.ModelBackend.authenticate() method allows remote attackers to enumerate users via a timing attack involving login requests for users with an unusable password.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-39329",
"url": "https://www.suse.com/security/cve/CVE-2024-39329"
},
{
"category": "external",
"summary": "SUSE Bug 1227590 for CVE-2024-39329",
"url": "https://bugzilla.suse.com/1227590"
},
{
"category": "external",
"summary": "SUSE Bug 1227593 for CVE-2024-39329",
"url": "https://bugzilla.suse.com/1227593"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-39329"
},
{
"cve": "CVE-2024-39330",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-39330"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.0 before 5.0.7 and 4.2 before 4.2.14. Derived classes of the django.core.files.storage.Storage base class, when they override generate_filename() without replicating the file-path validations from the parent class, potentially allow directory traversal via certain inputs during a save() call. (Built-in Storage sub-classes are unaffected.)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-39330",
"url": "https://www.suse.com/security/cve/CVE-2024-39330"
},
{
"category": "external",
"summary": "SUSE Bug 1227590 for CVE-2024-39330",
"url": "https://bugzilla.suse.com/1227590"
},
{
"category": "external",
"summary": "SUSE Bug 1227594 for CVE-2024-39330",
"url": "https://bugzilla.suse.com/1227594"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-39330"
},
{
"cve": "CVE-2024-39614",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-39614"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.0 before 5.0.7 and 4.2 before 4.2.14. get_supported_language_variant() was subject to a potential denial-of-service attack when used with very long strings containing specific characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-39614",
"url": "https://www.suse.com/security/cve/CVE-2024-39614"
},
{
"category": "external",
"summary": "SUSE Bug 1227590 for CVE-2024-39614",
"url": "https://bugzilla.suse.com/1227590"
},
{
"category": "external",
"summary": "SUSE Bug 1227595 for CVE-2024-39614",
"url": "https://bugzilla.suse.com/1227595"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-39614"
},
{
"cve": "CVE-2024-41989",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-41989"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. The floatformat template filter is subject to significant memory consumption when given a string representation of a number in scientific notation with a large exponent.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-41989",
"url": "https://www.suse.com/security/cve/CVE-2024-41989"
},
{
"category": "external",
"summary": "SUSE Bug 1228629 for CVE-2024-41989",
"url": "https://bugzilla.suse.com/1228629"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-41989"
},
{
"cve": "CVE-2024-41990",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-41990"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. The urlize() and urlizetrunc() template filters are subject to a potential denial-of-service attack via very large inputs with a specific sequence of characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-41990",
"url": "https://www.suse.com/security/cve/CVE-2024-41990"
},
{
"category": "external",
"summary": "SUSE Bug 1228630 for CVE-2024-41990",
"url": "https://bugzilla.suse.com/1228630"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-41990"
},
{
"cve": "CVE-2024-41991",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-41991"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. The urlize and urlizetrunc template filters, and the AdminURLFieldWidget widget, are subject to a potential denial-of-service attack via certain inputs with a very large number of Unicode characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-41991",
"url": "https://www.suse.com/security/cve/CVE-2024-41991"
},
{
"category": "external",
"summary": "SUSE Bug 1228631 for CVE-2024-41991",
"url": "https://bugzilla.suse.com/1228631"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-41991"
},
{
"cve": "CVE-2024-42005",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-42005"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. QuerySet.values() and values_list() methods on models with a JSONField are subject to SQL injection in column aliases via a crafted JSON object key as a passed *arg.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-42005",
"url": "https://www.suse.com/security/cve/CVE-2024-42005"
},
{
"category": "external",
"summary": "SUSE Bug 1228632 for CVE-2024-42005",
"url": "https://bugzilla.suse.com/1228632"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-42005"
},
{
"cve": "CVE-2024-45230",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45230"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.1 before 5.1.1, 5.0 before 5.0.9, and 4.2 before 4.2.16. The urlize() and urlizetrunc() template filters are subject to a potential denial-of-service attack via very large inputs with a specific sequence of characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45230",
"url": "https://www.suse.com/security/cve/CVE-2024-45230"
},
{
"category": "external",
"summary": "SUSE Bug 1229823 for CVE-2024-45230",
"url": "https://bugzilla.suse.com/1229823"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-45230"
},
{
"cve": "CVE-2024-45231",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45231"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django v5.1.1, v5.0.9, and v4.2.16. The django.contrib.auth.forms.PasswordResetForm class, when used in a view implementing password reset flows, allows remote attackers to enumerate user e-mail addresses by sending password reset requests and observing the outcome (only when e-mail sending is consistently failing).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45231",
"url": "https://www.suse.com/security/cve/CVE-2024-45231"
},
{
"category": "external",
"summary": "SUSE Bug 1229824 for CVE-2024-45231",
"url": "https://bugzilla.suse.com/1229824"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-45231"
},
{
"cve": "CVE-2024-53907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-53907"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.1 before 5.1.4, 5.0 before 5.0.10, and 4.2 before 4.2.17. The strip_tags() method and striptags template filter are subject to a potential denial-of-service attack via certain inputs containing large sequences of nested incomplete HTML entities.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-53907",
"url": "https://www.suse.com/security/cve/CVE-2024-53907"
},
{
"category": "external",
"summary": "SUSE Bug 1234232 for CVE-2024-53907",
"url": "https://bugzilla.suse.com/1234232"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-53907"
},
{
"cve": "CVE-2024-53908",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-53908"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.1 before 5.1.4, 5.0 before 5.0.10, and 4.2 before 4.2.17. Direct usage of the django.db.models.fields.json.HasKey lookup, when an Oracle database is used, is subject to SQL injection if untrusted data is used as an lhs value. (Applications that use the jsonfield.has_key lookup via __ are unaffected.)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-53908",
"url": "https://www.suse.com/security/cve/CVE-2024-53908"
},
{
"category": "external",
"summary": "SUSE Bug 1234231 for CVE-2024-53908",
"url": "https://bugzilla.suse.com/1234231"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2024-53908"
},
{
"cve": "CVE-2024-56374",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-56374"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.1 before 5.1.5, 5.0 before 5.0.11, and 4.2 before 4.2.18. Lack of upper-bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial-of-service attack. The undocumented and private functions clean_ipv6_address and is_valid_ipv6_address are vulnerable, as is the django.forms.GenericIPAddressField form field. (The django.db.models.GenericIPAddressField model field is not affected.)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-56374",
"url": "https://www.suse.com/security/cve/CVE-2024-56374"
},
{
"category": "external",
"summary": "SUSE Bug 1235856 for CVE-2024-56374",
"url": "https://bugzilla.suse.com/1235856"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-56374"
},
{
"cve": "CVE-2025-13372",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-13372"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in 5.2 before 5.2.9, 5.1 before 5.1.15, and 4.2 before 4.2.27.\n`FilteredRelation` is subject to SQL injection in column aliases, using a suitably crafted dictionary, with dictionary expansion, as the `**kwargs` passed to `QuerySet.annotate()` or `QuerySet.alias()` on PostgreSQL.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Stackered for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-13372",
"url": "https://www.suse.com/security/cve/CVE-2025-13372"
},
{
"category": "external",
"summary": "SUSE Bug 1254437 for CVE-2025-13372",
"url": "https://bugzilla.suse.com/1254437"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-13372"
},
{
"cve": "CVE-2025-26699",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-26699"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.1 before 5.1.7, 5.0 before 5.0.13, and 4.2 before 4.2.20. The django.utils.text.wrap() method and wordwrap template filter are subject to a potential denial-of-service attack when used with very long strings.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-26699",
"url": "https://www.suse.com/security/cve/CVE-2025-26699"
},
{
"category": "external",
"summary": "SUSE Bug 1239052 for CVE-2025-26699",
"url": "https://bugzilla.suse.com/1239052"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-26699"
},
{
"cve": "CVE-2025-27556",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27556"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.1 before 5.1.8 and 5.0 before 5.0.14. The NFKC normalization is slow on Windows. As a consequence, django.contrib.auth.views.LoginView, django.contrib.auth.views.LogoutView, and django.views.i18n.set_language are subject to a potential denial-of-service attack via certain inputs with a very large number of Unicode characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27556",
"url": "https://www.suse.com/security/cve/CVE-2025-27556"
},
{
"category": "external",
"summary": "SUSE Bug 1240772 for CVE-2025-27556",
"url": "https://bugzilla.suse.com/1240772"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-27556"
},
{
"cve": "CVE-2025-32873",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-32873"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 4.2 before 4.2.21, 5.1 before 5.1.9, and 5.2 before 5.2.1. The django.utils.html.strip_tags() function is vulnerable to a potential denial-of-service (slow performance) when processing inputs containing large sequences of incomplete HTML tags. The template filter striptags is also vulnerable, because it is built on top of strip_tags().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-32873",
"url": "https://www.suse.com/security/cve/CVE-2025-32873"
},
{
"category": "external",
"summary": "SUSE Bug 1242210 for CVE-2025-32873",
"url": "https://bugzilla.suse.com/1242210"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-32873"
},
{
"cve": "CVE-2025-48432",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-48432"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.2 before 5.2.3, 5.1 before 5.1.11, and 4.2 before 4.2.23. Internal HTTP response logging does not escape request.path, which allows remote attackers to potentially manipulate log output via crafted URLs. This may lead to log injection or forgery when logs are viewed in terminals or processed by external systems.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-48432",
"url": "https://www.suse.com/security/cve/CVE-2025-48432"
},
{
"category": "external",
"summary": "SUSE Bug 1244095 for CVE-2025-48432",
"url": "https://bugzilla.suse.com/1244095"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-48432"
},
{
"cve": "CVE-2025-57833",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-57833"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 4.2 before 4.2.24, 5.1 before 5.1.12, and 5.2 before 5.2.6. FilteredRelation is subject to SQL injection in column aliases, using a suitably crafted dictionary, with dictionary expansion, as the **kwargs passed QuerySet.annotate() or QuerySet.alias().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-57833",
"url": "https://www.suse.com/security/cve/CVE-2025-57833"
},
{
"category": "external",
"summary": "SUSE Bug 1248810 for CVE-2025-57833",
"url": "https://bugzilla.suse.com/1248810"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-57833"
},
{
"cve": "CVE-2025-59681",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-59681"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 4.2 before 4.2.25, 5.1 before 5.1.13, and 5.2 before 5.2.7. QuerySet.annotate(), QuerySet.alias(), QuerySet.aggregate(), and QuerySet.extra() are subject to SQL injection in column aliases, when using a suitably crafted dictionary, with dictionary expansion, as the **kwargs passed to these methods (on MySQL and MariaDB).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-59681",
"url": "https://www.suse.com/security/cve/CVE-2025-59681"
},
{
"category": "external",
"summary": "SUSE Bug 1250485 for CVE-2025-59681",
"url": "https://bugzilla.suse.com/1250485"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2025-59681"
},
{
"cve": "CVE-2025-59682",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-59682"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 4.2 before 4.2.25, 5.1 before 5.1.13, and 5.2 before 5.2.7. The django.utils.archive.extract() function, used by the \"startapp --template\" and \"startproject --template\" commands, allows partial directory traversal via an archive with file paths sharing a common prefix with the target directory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-59682",
"url": "https://www.suse.com/security/cve/CVE-2025-59682"
},
{
"category": "external",
"summary": "SUSE Bug 1250487 for CVE-2025-59682",
"url": "https://bugzilla.suse.com/1250487"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-59682"
},
{
"cve": "CVE-2025-64459",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-64459"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in 5.1 before 5.1.14, 4.2 before 4.2.26, and 5.2 before 5.2.8.\nThe methods `QuerySet.filter()`, `QuerySet.exclude()`, and `QuerySet.get()`, and the class `Q()`, are subject to SQL injection when using a suitably crafted dictionary, with dictionary expansion, as the `_connector` argument.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank cyberstan for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-64459",
"url": "https://www.suse.com/security/cve/CVE-2025-64459"
},
{
"category": "external",
"summary": "SUSE Bug 1252926 for CVE-2025-64459",
"url": "https://bugzilla.suse.com/1252926"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-64459"
},
{
"cve": "CVE-2025-64460",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-64460"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in 5.2 before 5.2.9, 5.1 before 5.1.15, and 4.2 before 4.2.27.\nAlgorithmic complexity in `django.core.serializers.xml_serializer.getInnerText()` allows a remote attacker to cause a potential denial-of-service attack triggering CPU and memory exhaustion via specially crafted XML input processed by the XML `Deserializer`.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Seokchan Yoon for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-64460",
"url": "https://www.suse.com/security/cve/CVE-2025-64460"
},
{
"category": "external",
"summary": "SUSE Bug 1254437 for CVE-2025-64460",
"url": "https://bugzilla.suse.com/1254437"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python312-Django6-6.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-64460"
}
]
}
PYSEC-2025-1
Vulnerability from pysec - Published: 2025-01-14 19:15 - Updated: 2025-01-14 21:22An issue was discovered in Django 5.1 before 5.1.5, 5.0 before 5.0.11, and 4.2 before 4.2.18. Lack of upper-bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial-of-service attack. The undocumented and private functions clean_ipv6_address and is_valid_ipv6_address are vulnerable, as is the django.forms.GenericIPAddressField form field. (The django.db.models.GenericIPAddressField model field is not affected.)
| Name | purl | django | pkg:pypi/django |
|---|
{
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "django",
"purl": "pkg:pypi/django"
},
"ranges": [
{
"events": [
{
"introduced": "5.1"
},
{
"fixed": "5.1.5"
},
{
"introduced": "5.0"
},
{
"fixed": "5.0.11"
},
{
"introduced": "4.2"
},
{
"fixed": "4.2.18"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.2",
"4.2.1",
"4.2.10",
"4.2.11",
"4.2.12",
"4.2.13",
"4.2.14",
"4.2.15",
"4.2.16",
"4.2.17",
"4.2.2",
"4.2.3",
"4.2.4",
"4.2.5",
"4.2.6",
"4.2.7",
"4.2.8",
"4.2.9",
"5.0",
"5.0.1",
"5.0.10",
"5.0.2",
"5.0.3",
"5.0.4",
"5.0.5",
"5.0.6",
"5.0.7",
"5.0.8",
"5.0.9",
"5.1",
"5.1.1",
"5.1.2",
"5.1.3",
"5.1.4"
]
}
],
"aliases": [
"CVE-2024-56374"
],
"details": "An issue was discovered in Django 5.1 before 5.1.5, 5.0 before 5.0.11, and 4.2 before 4.2.18. Lack of upper-bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial-of-service attack. The undocumented and private functions clean_ipv6_address and is_valid_ipv6_address are vulnerable, as is the django.forms.GenericIPAddressField form field. (The django.db.models.GenericIPAddressField model field is not affected.)",
"id": "PYSEC-2025-1",
"modified": "2025-01-14T21:22:18.665005+00:00",
"published": "2025-01-14T19:15:32+00:00",
"references": [
{
"type": "ARTICLE",
"url": "https://www.djangoproject.com/weblog/2025/jan/14/security-releases/"
},
{
"type": "WEB",
"url": "https://docs.djangoproject.com/en/dev/releases/security/"
},
{
"type": "WEB",
"url": "https://groups.google.com/g/django-announce"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/01/14/2"
}
]
}
RHSA-2025:0722
Vulnerability from csaf_redhat - Published: 2025-01-27 22:39 - Updated: 2026-04-24 20:31A flaw was found in gRPC. In certain configurations, the data sent by the application may be corrupted before transmission over the network, leaving the recipient with an incorrect set of bytes, which will cause RPC requests to fail. This issue may lead to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64 | — |
A flaw was found in the aiohttp package. The Python parser parses newlines in chunk extensions incorrectly, which can lead to request smuggling vulnerabilities under certain conditions. If a pure Python version of aiohttp is installed, for example, without the usual C extensions, or `AIOHTTP_NO_EXTENSIONS` is enabled, an attacker may be able to execute a request smuggling attack to bypass certain firewalls or proxy protections.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64 | — |
A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja's sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64 | — |
Workaround
|
A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja's sandbox does catch calls to str.format and ensures they don't escape the sandbox. However, storing a reference to a malicious string's format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64 | — |
A flaw was found in the Django framework. Lack of upper bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial of service attack. The undocumented and private functions `clean_ipv6_address` and `is_valid_ipv6_address` were vulnerable, as was the `django.forms.GenericIPAddressField` form field, which has now been updated to define a `max_length` of 39 characters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64 | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat Ansible Automation Platform 2.4",
"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* ansible-lightspeed-container: Denial of Service through Data corruption in gRPC-C++ (CVE-2024-11407)\n* ansible-lightspeed-container: potential denial-of-service vulnerability in IPv6 validation (CVE-2024-56374)\n* ansible-lightspeed-container: Jinja has a sandbox breakout through malicious filenames (CVE-2024-56201)\n* ansible-lightspeed-container: Jinja has a sandbox breakout through indirect reference to format method (CVE-2024-56326)\n* ansible-lightspeed-container: aiohttp vulnerable to request smuggling due to incorrect parsing of chunk extensions (CVE-2024-52304)\n\nUpdate(s) and fix(es):\n* The ansible.controller collection has been updated to 4.5.17 (AAP-39099)\n* Automation Controller has been updated to 4.5.17\n* Ansible Lightspeed has been updated to 2.4.20250121",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:0722",
"url": "https://access.redhat.com/errata/RHSA-2025:0722"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2327130",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2327130"
},
{
"category": "external",
"summary": "2329003",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329003"
},
{
"category": "external",
"summary": "2333854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854"
},
{
"category": "external",
"summary": "2333856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856"
},
{
"category": "external",
"summary": "2337996",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337996"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0722.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Container Release Update",
"tracking": {
"current_release_date": "2026-04-24T20:31:24+00:00",
"generator": {
"date": "2026-04-24T20:31:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2025:0722",
"initial_release_date": "2025-01-27T22:39:15+00:00",
"revision_history": [
{
"date": "2025-01-27T22:39:15+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-01-27T22:39:15+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-24T20:31:24+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.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_cloud_billing:2.4::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"product": {
"name": "ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"product_id": "ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-cloud-billing-rhel8\u0026tag=0.3.0-57"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"product": {
"name": "ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"product_id": "ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-cloud-billing-rhel8-operator\u0026tag=1.0.4-57"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"product": {
"name": "ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"product_id": "ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8\u0026tag=1.0.2-142"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"product": {
"name": "ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"product_id": "ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-cloud-ui-rhel8\u0026tag=1.0.5-103"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"product": {
"name": "ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"product_id": "ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-cloud-ui-rhel8-operator\u0026tag=1.0.4-139"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"product": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"product_id": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-must-gather-rhel8\u0026tag=0.0.1-510"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"product": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"product_id": "ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.4-2300"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel9\u0026tag=3.0.1-111"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel8\u0026tag=3.0.1-112"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"product": {
"name": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"product_id": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/cloud-addons-operator-bundle\u0026tag=2.4-899"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8\u0026tag=2.4.250121-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8-operator\u0026tag=2.4-33"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel8\u0026tag=1.0.0-696"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel9\u0026tag=1.0.0-697"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel8\u0026tag=1.0.0-654"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel9\u0026tag=1.0.0-655"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"product_id": "ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8\u0026tag=4.5.17-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"product_id": "ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8-operator\u0026tag=2.4-167"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8\u0026tag=1.0.7-31"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8-operator\u0026tag=2.4-167"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"product": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"product_id": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-ui-rhel8\u0026tag=1.0.7-30"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"product_id": "ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8\u0026tag=4.9.2-35"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"product_id": "ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8-operator\u0026tag=2.4-166"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"product": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"product_id": "ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-web-rhel8\u0026tag=4.9.2-33"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"product_id": "ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel9\u0026tag=1.0.7-56"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"product_id": "ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel8\u0026tag=1.0.7-55"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"product_id": "ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel8\u0026tag=1.0.7-65"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"product_id": "ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel9\u0026tag=1.0.7-64"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"product": {
"name": "ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"product_id": "ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-29-rhel8\u0026tag=1.0.0-433"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"product": {
"name": "ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"product_id": "ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-cloud-services-rhel8\u0026tag=1.0.0-294"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"product": {
"name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"product_id": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-containerized-installer-rhel8\u0026tag=1.3.3-45"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"product": {
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"product_id": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel8\u0026tag=1.0.0-809"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"product": {
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"product_id": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9\u0026tag=1.0.0-808"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64",
"product_id": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9\u0026tag=1.0.0-888"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"product_id": "ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8\u0026tag=1.0.0-887"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"product": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"product_id": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-rhel8-operator\u0026tag=2.4-160"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"product": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"product_id": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-runner-rhel8\u0026tag=2.4-200"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"product": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"product_id": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-must-gather-rhel8\u0026tag=0.0.1-510"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"product": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"product_id": "ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.4-2300"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel9\u0026tag=3.0.1-111"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel8\u0026tag=3.0.1-112"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8\u0026tag=2.4.250121-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8-operator\u0026tag=2.4-33"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel8\u0026tag=1.0.0-696"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel9\u0026tag=1.0.0-697"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel8\u0026tag=1.0.0-654"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel9\u0026tag=1.0.0-655"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"product_id": "ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8\u0026tag=4.5.17-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"product_id": "ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8-operator\u0026tag=2.4-167"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8\u0026tag=1.0.7-31"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8-operator\u0026tag=2.4-167"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"product": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"product_id": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-ui-rhel8\u0026tag=1.0.7-30"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"product_id": "ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8\u0026tag=4.9.2-35"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"product_id": "ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8-operator\u0026tag=2.4-166"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"product": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"product_id": "ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-web-rhel8\u0026tag=4.9.2-33"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"product_id": "ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel9\u0026tag=1.0.7-56"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"product_id": "ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel8\u0026tag=1.0.7-55"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"product_id": "ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel8\u0026tag=1.0.7-65"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"product_id": "ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel9\u0026tag=1.0.7-64"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"product_id": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel8\u0026tag=1.0.0-809"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"product_id": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9\u0026tag=1.0.0-808"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"product_id": "ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9\u0026tag=1.0.0-888"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"product_id": "ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8\u0026tag=1.0.0-887"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"product": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"product_id": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-rhel8-operator\u0026tag=2.4-160"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"product": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"product_id": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-runner-rhel8\u0026tag=2.4-200"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"product": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"product_id": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-must-gather-rhel8\u0026tag=0.0.1-510"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"product": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"product_id": "ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.4-2300"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel9\u0026tag=3.0.1-111"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel8\u0026tag=3.0.1-112"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8\u0026tag=2.4.250121-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8-operator\u0026tag=2.4-33"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel8\u0026tag=1.0.0-696"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel9\u0026tag=1.0.0-697"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel8\u0026tag=1.0.0-654"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel9\u0026tag=1.0.0-655"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"product_id": "ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8\u0026tag=4.5.17-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"product_id": "ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8-operator\u0026tag=2.4-167"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8\u0026tag=1.0.7-31"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8-operator\u0026tag=2.4-167"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"product": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"product_id": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-ui-rhel8\u0026tag=1.0.7-30"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"product_id": "ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8\u0026tag=4.9.2-35"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"product_id": "ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8-operator\u0026tag=2.4-166"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"product": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"product_id": "ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-web-rhel8\u0026tag=4.9.2-33"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"product_id": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel9\u0026tag=1.0.7-56"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"product_id": "ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel8\u0026tag=1.0.7-55"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"product_id": "ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel8\u0026tag=1.0.7-65"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"product_id": "ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel9\u0026tag=1.0.7-64"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"product": {
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"product_id": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel8\u0026tag=1.0.0-809"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"product": {
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"product_id": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9\u0026tag=1.0.0-808"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"product_id": "ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9\u0026tag=1.0.0-888"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"product_id": "ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8\u0026tag=1.0.0-887"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"product": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"product_id": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-rhel8-operator\u0026tag=2.4-160"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"product": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"product_id": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-runner-rhel8\u0026tag=2.4-200"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"product": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"product_id": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-must-gather-rhel8\u0026tag=0.0.1-510"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"product": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"product_id": "ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.4-2300"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel9\u0026tag=3.0.1-111"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel8\u0026tag=3.0.1-112"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8\u0026tag=2.4.250121-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8-operator\u0026tag=2.4-33"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel8\u0026tag=1.0.0-696"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel9\u0026tag=1.0.0-697"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel8\u0026tag=1.0.0-654"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel9\u0026tag=1.0.0-655"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"product_id": "ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8\u0026tag=4.5.17-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"product_id": "ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8-operator\u0026tag=2.4-167"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8\u0026tag=1.0.7-31"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8-operator\u0026tag=2.4-167"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"product": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"product_id": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-ui-rhel8\u0026tag=1.0.7-30"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"product_id": "ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8\u0026tag=4.9.2-35"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"product_id": "ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8-operator\u0026tag=2.4-166"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"product": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"product_id": "ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-web-rhel8\u0026tag=4.9.2-33"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"product_id": "ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel9\u0026tag=1.0.7-56"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"product_id": "ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel8\u0026tag=1.0.7-55"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"product_id": "ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel8\u0026tag=1.0.7-65"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"product_id": "ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel9\u0026tag=1.0.7-64"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"product": {
"name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"product_id": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-containerized-installer-rhel8\u0026tag=1.3.3-45"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"product": {
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"product_id": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel8\u0026tag=1.0.0-809"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"product": {
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"product_id": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9\u0026tag=1.0.0-808"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"product_id": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9\u0026tag=1.0.0-888"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"product_id": "ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8\u0026tag=1.0.0-887"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"product": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"product_id": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-rhel8-operator\u0026tag=2.4-160"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"product": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"product_id": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-runner-rhel8\u0026tag=2.4-200"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64"
},
"product_reference": "ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64"
},
"product_reference": "ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64"
},
"product_reference": "ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64"
},
"product_reference": "ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64"
},
"product_reference": "ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le"
},
"product_reference": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x"
},
"product_reference": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64"
},
"product_reference": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64"
},
"product_reference": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x"
},
"product_reference": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le"
},
"product_reference": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64"
},
"product_reference": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64"
},
"product_reference": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64"
},
"product_reference": "ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64"
},
"product_reference": "ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64"
},
"product_reference": "ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x"
},
"product_reference": "ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le"
},
"product_reference": "ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64"
},
"product_reference": "ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64"
},
"product_reference": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64"
},
"product_reference": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x"
},
"product_reference": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le"
},
"product_reference": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64"
},
"product_reference": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le"
},
"product_reference": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x"
},
"product_reference": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64"
},
"product_reference": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64"
},
"product_reference": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64"
},
"product_reference": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64"
},
"product_reference": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64"
},
"product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le"
},
"product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x"
},
"product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64"
},
"product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-11407",
"cwe": {
"id": "CWE-682",
"name": "Incorrect Calculation"
},
"discovery_date": "2024-11-26T18:00:51.080669+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2329003"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC. In certain configurations, the data sent by the application may be corrupted before transmission over the network, leaving the recipient with an incorrect set of bytes, which will cause RPC requests to fail. This issue may lead to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grpc: Denial of Service through Data corruption in gRPC-C++",
"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.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-11407"
},
{
"category": "external",
"summary": "RHBZ#2329003",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-11407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11407"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-11407",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11407"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc/commit/e9046b2bbebc0cb7f5dc42008f807f6c7e98e791",
"url": "https://github.com/grpc/grpc/commit/e9046b2bbebc0cb7f5dc42008f807f6c7e98e791"
}
],
"release_date": "2024-11-26T16:59:49.718000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-01-27T22:39:15+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:0722"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "grpc: Denial of Service through Data corruption in gRPC-C++"
},
{
"cve": "CVE-2024-52304",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2024-11-18T21:01:46.925641+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2327130"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the aiohttp package. The Python parser parses newlines in chunk extensions incorrectly, which can lead to request smuggling vulnerabilities under certain conditions. If a pure Python version of aiohttp is installed, for example, without the usual C extensions, or `AIOHTTP_NO_EXTENSIONS` is enabled, an attacker may be able to execute a request smuggling attack to bypass certain firewalls or proxy protections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: aiohttp vulnerable to request smuggling due to incorrect parsing of chunk extensions",
"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.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-52304"
},
{
"category": "external",
"summary": "RHBZ#2327130",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2327130"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-52304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52304"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52304",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52304"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/259edc369075de63e6f3a4eaade058c62af0df71",
"url": "https://github.com/aio-libs/aiohttp/commit/259edc369075de63e6f3a4eaade058c62af0df71"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-8495-4g3g-x7pr",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-8495-4g3g-x7pr"
}
],
"release_date": "2024-11-18T20:12:48.612000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-01-27T22:39:15+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:0722"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "aiohttp: aiohttp vulnerable to request smuggling due to incorrect parsing of chunk extensions"
},
{
"cve": "CVE-2024-56201",
"cwe": {
"id": "CWE-150",
"name": "Improper Neutralization of Escape, Meta, or Control Sequences"
},
"discovery_date": "2024-12-23T16:00:38.768252+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333854"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja has a sandbox breakout through malicious filenames",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.",
"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.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56201"
},
{
"category": "external",
"summary": "RHBZ#2333854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56201"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f",
"url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/issues/1792",
"url": "https://github.com/pallets/jinja/issues/1792"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/releases/tag/3.1.5",
"url": "https://github.com/pallets/jinja/releases/tag/3.1.5"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699"
}
],
"release_date": "2024-12-23T15:37:36.110000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-01-27T22:39:15+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:0722"
},
{
"category": "workaround",
"details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jinja2: Jinja has a sandbox breakout through malicious filenames"
},
{
"cve": "CVE-2024-56326",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2024-12-23T16:00:46.619763+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall 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-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56326"
},
{
"category": "external",
"summary": "RHBZ#2333856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4",
"url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/releases/tag/3.1.5",
"url": "https://github.com/pallets/jinja/releases/tag/3.1.5"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h"
}
],
"release_date": "2024-12-23T15:43:49.400000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-01-27T22:39:15+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:0722"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method"
},
{
"cve": "CVE-2024-56374",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-01-14T20:01:09.167282+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2337996"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Django framework. Lack of upper bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial of service attack. The undocumented and private functions `clean_ipv6_address` and `is_valid_ipv6_address` were vulnerable, as was the `django.forms.GenericIPAddressField` form field, which has now been updated to define a `max_length` of 39 characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "django: potential denial-of-service vulnerability in IPv6 validation",
"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.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56374"
},
{
"category": "external",
"summary": "RHBZ#2337996",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337996"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56374",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56374"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56374",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56374"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2025/01/14/2",
"url": "http://www.openwall.com/lists/oss-security/2025/01/14/2"
},
{
"category": "external",
"summary": "https://docs.djangoproject.com/en/dev/releases/security/",
"url": "https://docs.djangoproject.com/en/dev/releases/security/"
},
{
"category": "external",
"summary": "https://groups.google.com/g/django-announce",
"url": "https://groups.google.com/g/django-announce"
},
{
"category": "external",
"summary": "https://www.djangoproject.com/weblog/2025/jan/14/security-releases/",
"url": "https://www.djangoproject.com/weblog/2025/jan/14/security-releases/"
}
],
"release_date": "2025-01-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-01-27T22:39:15+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:0722"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "django: potential denial-of-service vulnerability in IPv6 validation"
}
]
}
RHSA-2025:0777
Vulnerability from csaf_redhat - Published: 2025-01-28 19:20 - Updated: 2026-04-28 01:28A vulnerability was found in the Django Web Framework. The strip_tags() and stripbtags template filter may be vulnerable to a potential denial of service (DoS) in cases of a large sequence of nested incomplete HTML entities.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-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.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src | — |
Workaround
|
A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja's sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-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.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src | — |
Workaround
|
A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja's sandbox does catch calls to str.format and ensures they don't escape the sandbox. However, storing a reference to a malicious string's format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-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.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src | — |
A flaw was found in the Django framework. Lack of upper bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial of service attack. The undocumented and private functions `clean_ipv6_address` and `is_valid_ipv6_address` were vulnerable, as was the `django.forms.GenericIPAddressField` form field, which has now been updated to define a `max_length` of 39 characters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-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.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src | — |
{
"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: Jinja has a sandbox breakout through indirect reference to format method (CVE-2024-56326)\n* automation-controller: Jinja has a sandbox breakout through malicious filenames (CVE-2024-56201)\n* automation-controller: Django: potential denial-of-service vulnerability in IPv6 validation (CVE-2024-56374)\n* python3.11-django: potential denial-of-service vulnerability in IPv6 validation (CVE-2024-56374)\n* python3.11-django: Potential denial-of-service in django.utils.html.strip_tags() (CVE-2024-53907)\n* python3.11-jinja2: Jinja has a sandbox breakout through indirect reference to format method (CVE-2024-56326)\n* python3.11-jinja2: Jinja has a sandbox breakout through malicious filenames (CVE-2024-56201)\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\nUpdates and fixes included:\n\nAutomation controller\n* Fixed an issue where the order of source inventories was not respected by the ansible.controller collection (AAP-38524)\n* Fixed an issue where an actively running job on an execution node may have had its folder deleted by a system task (AAP-38137)\n* automation-controller has been updated to 4.6.7\n\nEvent-Driven Ansible:\n* Fixed an issue where users were unable to filter Rule Audits by rulebook activation name (AAP-39253)\n* Users are now able to create a new Event-Driven Ansible credential by copying an existing one (AAP-39249)\n* Added support for file and env injectors for Credentials (AAP-39091)\n* Fixed an issue where the input field of the injector configuration could not be empty (AAP-39086)\n* Fixed an issue where the application version in the openapi spec was incorrectly set (AAP-38392)\n* Fixed an issue where activations were not properly updated in some scenarios with a high load of the system (AAP-38374)\n* automation-eda-controller has been updated to 1.1.4\n\nContainer-based Ansible Automation Platform\n* Allow user to not provide the Postgresql admin account with external database (AAP-39077)\n* Using PostgreSQL TLS certificate authentication with an external database is now available (AAP-38400)\n* containerized installer setup has been updated to 2.5-9\n\nRPM-based Ansible Automation Platform\n* Fixed an issue where gateway could not be setup with custom SSL certificates (AAP-38985)\n* Fixed an issue where the gateway services are not restarted when a dependency changes (AAP-38918)\n* Fixed an issue where setting automationedacontroller_max_running_activations could cause the installer to fail (AAP-38708)\n* ansible-automation-platform-installer and installer setup have been updated to 2.5-8\n\nAdditional changes:\n* python3.11-django has been updated to 4.2.18\n* python3.11-jinja2 has been updated to 3.1.5\n* python3.11-pulpcore has been updated to 3.49.30",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:0777",
"url": "https://access.redhat.com/errata/RHSA-2025:0777"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2329288",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329288"
},
{
"category": "external",
"summary": "2333854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854"
},
{
"category": "external",
"summary": "2333856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856"
},
{
"category": "external",
"summary": "2337996",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337996"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0777.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.5 Product Security and Bug Fix Update",
"tracking": {
"current_release_date": "2026-04-28T01:28:27+00:00",
"generator": {
"date": "2026-04-28T01:28:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2025:0777",
"initial_release_date": "2025-01-28T19:20:06+00:00",
"revision_history": [
{
"date": "2025-01-28T19:20:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-01-28T19:20:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-28T01:28:27+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.11-jinja2-0:3.1.5-1.el9ap.src",
"product": {
"name": "python3.11-jinja2-0:3.1.5-1.el9ap.src",
"product_id": "python3.11-jinja2-0:3.1.5-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-jinja2@3.1.5-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-0:4.2.18-1.el9ap.src",
"product": {
"name": "python3.11-django-0:4.2.18-1.el9ap.src",
"product_id": "python3.11-django-0:4.2.18-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django@4.2.18-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulpcore-0:3.49.30-1.el9ap.src",
"product": {
"name": "python3.11-pulpcore-0:3.49.30-1.el9ap.src",
"product_id": "python3.11-pulpcore-0:3.49.30-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulpcore@3.49.30-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.1.4-1.el9ap.src",
"product": {
"name": "automation-eda-controller-0:1.1.4-1.el9ap.src",
"product_id": "automation-eda-controller-0:1.1.4-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.1.4-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.7-1.el9ap.src",
"product": {
"name": "automation-controller-0:4.6.7-1.el9ap.src",
"product_id": "automation-controller-0:4.6.7-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.7-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"product": {
"name": "ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"product_id": "ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.5-8.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.11-jinja2-0:3.1.5-1.el8ap.src",
"product": {
"name": "python3.11-jinja2-0:3.1.5-1.el8ap.src",
"product_id": "python3.11-jinja2-0:3.1.5-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-jinja2@3.1.5-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-0:4.2.18-1.el8ap.src",
"product": {
"name": "python3.11-django-0:4.2.18-1.el8ap.src",
"product_id": "python3.11-django-0:4.2.18-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django@4.2.18-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"product": {
"name": "python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"product_id": "python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulpcore@3.49.30-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.1.4-1.el8ap.src",
"product": {
"name": "automation-eda-controller-0:1.1.4-1.el8ap.src",
"product_id": "automation-eda-controller-0:1.1.4-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.1.4-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.7-1.el8ap.src",
"product": {
"name": "automation-controller-0:4.6.7-1.el8ap.src",
"product_id": "automation-controller-0:4.6.7-1.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.7-1.el8ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"product": {
"name": "ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"product_id": "ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.5-8.el8ap?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"product": {
"name": "python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"product_id": "python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-jinja2@3.1.5-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-0:4.2.18-1.el9ap.noarch",
"product": {
"name": "python3.11-django-0:4.2.18-1.el9ap.noarch",
"product_id": "python3.11-django-0:4.2.18-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django@4.2.18-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"product": {
"name": "python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"product_id": "python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulpcore@3.49.30-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"product_id": "automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.1.4-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"product_id": "automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-base@1.1.4-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"product_id": "automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-base-services@1.1.4-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"product_id": "automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-event-stream-services@1.1.4-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"product_id": "automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-worker-services@1.1.4-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"product_id": "automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.6.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.6.7-1.el9ap.noarch",
"product": {
"name": "automation-controller-server-0:4.6.7-1.el9ap.noarch",
"product_id": "automation-controller-server-0:4.6.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.6.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"product_id": "automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.6.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"product": {
"name": "ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"product_id": "ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.5-8.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"product": {
"name": "python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"product_id": "python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-jinja2@3.1.5-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-django-0:4.2.18-1.el8ap.noarch",
"product": {
"name": "python3.11-django-0:4.2.18-1.el8ap.noarch",
"product_id": "python3.11-django-0:4.2.18-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-django@4.2.18-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"product": {
"name": "python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"product_id": "python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulpcore@3.49.30-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"product": {
"name": "automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"product_id": "automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.1.4-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"product": {
"name": "automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"product_id": "automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-base@1.1.4-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"product": {
"name": "automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"product_id": "automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-base-services@1.1.4-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"product": {
"name": "automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"product_id": "automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-event-stream-services@1.1.4-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"product": {
"name": "automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"product_id": "automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-worker-services@1.1.4-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"product_id": "automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.6.7-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.6.7-1.el8ap.noarch",
"product": {
"name": "automation-controller-server-0:4.6.7-1.el8ap.noarch",
"product_id": "automation-controller-server-0:4.6.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.6.7-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"product_id": "automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.6.7-1.el8ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"product": {
"name": "ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"product_id": "ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.5-8.el8ap?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "automation-controller-0:4.6.7-1.el9ap.x86_64",
"product": {
"name": "automation-controller-0:4.6.7-1.el9ap.x86_64",
"product_id": "automation-controller-0:4.6.7-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.7-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.7-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.7-1.el8ap.x86_64",
"product": {
"name": "automation-controller-0:4.6.7-1.el8ap.x86_64",
"product_id": "automation-controller-0:4.6.7-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.7-1.el8ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.7-1.el8ap?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "automation-controller-0:4.6.7-1.el9ap.ppc64le",
"product": {
"name": "automation-controller-0:4.6.7-1.el9ap.ppc64le",
"product_id": "automation-controller-0:4.6.7-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.7-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.7-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.7-1.el8ap.ppc64le",
"product": {
"name": "automation-controller-0:4.6.7-1.el8ap.ppc64le",
"product_id": "automation-controller-0:4.6.7-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.7-1.el8ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.7-1.el8ap?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "automation-controller-0:4.6.7-1.el9ap.s390x",
"product": {
"name": "automation-controller-0:4.6.7-1.el9ap.s390x",
"product_id": "automation-controller-0:4.6.7-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.7-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.7-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.7-1.el8ap.s390x",
"product": {
"name": "automation-controller-0:4.6.7-1.el8ap.s390x",
"product_id": "automation-controller-0:4.6.7-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.7-1.el8ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.7-1.el8ap?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "automation-controller-0:4.6.7-1.el9ap.aarch64",
"product": {
"name": "automation-controller-0:4.6.7-1.el9ap.aarch64",
"product_id": "automation-controller-0:4.6.7-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.7-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.7-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.6.7-1.el8ap.aarch64",
"product": {
"name": "automation-controller-0:4.6.7-1.el8ap.aarch64",
"product_id": "automation-controller-0:4.6.7-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.6.7-1.el8ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.7-1.el8ap?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.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-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64"
},
"product_reference": "automation-controller-0:4.6.7-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.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-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-0:4.6.7-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.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-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x"
},
"product_reference": "automation-controller-0:4.6.7-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.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:automation-controller-0:4.6.7-1.el8ap.src"
},
"product_reference": "automation-controller-0:4.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": "automation-controller-0:4.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-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64"
},
"product_reference": "automation-controller-0:4.6.7-1.el8ap.x86_64",
"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.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:automation-controller-cli-0:4.6.7-1.el8ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.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": "automation-controller-server-0:4.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:automation-controller-server-0:4.6.7-1.el8ap.noarch"
},
"product_reference": "automation-controller-server-0:4.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": "automation-controller-ui-0:4.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:automation-controller-ui-0:4.6.7-1.el8ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.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": "automation-controller-venv-tower-0:4.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-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.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-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.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-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.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-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-0:4.2.18-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:python3.11-django-0:4.2.18-1.el8ap.noarch"
},
"product_reference": "python3.11-django-0:4.2.18-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-0:4.2.18-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:python3.11-django-0:4.2.18-1.el8ap.src"
},
"product_reference": "python3.11-django-0:4.2.18-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jinja2-0:3.1.5-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:python3.11-jinja2-0:3.1.5-1.el8ap.noarch"
},
"product_reference": "python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jinja2-0:3.1.5-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:python3.11-jinja2-0:3.1.5-1.el8ap.src"
},
"product_reference": "python3.11-jinja2-0:3.1.5-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jinja2-0:3.1.5-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:python3.11-jinja2-0:3.1.5-1.el8ap.noarch"
},
"product_reference": "python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Inside-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jinja2-0:3.1.5-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:python3.11-jinja2-0:3.1.5-1.el8ap.src"
},
"product_reference": "python3.11-jinja2-0:3.1.5-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Inside-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-installer-0:2.5-8.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch"
},
"product_reference": "ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-installer-0:2.5-8.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src"
},
"product_reference": "ansible-automation-platform-installer-0:2.5-8.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.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:automation-controller-0:4.6.7-1.el8ap.aarch64"
},
"product_reference": "automation-controller-0:4.6.7-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.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:automation-controller-0:4.6.7-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-0:4.6.7-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.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:automation-controller-0:4.6.7-1.el8ap.s390x"
},
"product_reference": "automation-controller-0:4.6.7-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.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:automation-controller-0:4.6.7-1.el8ap.src"
},
"product_reference": "automation-controller-0:4.6.7-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.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:automation-controller-0:4.6.7-1.el8ap.x86_64"
},
"product_reference": "automation-controller-0:4.6.7-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.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:automation-controller-cli-0:4.6.7-1.el8ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.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-server-0:4.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:automation-controller-server-0:4.6.7-1.el8ap.noarch"
},
"product_reference": "automation-controller-server-0:4.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-ui-0:4.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:automation-controller-ui-0:4.6.7-1.el8ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.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-venv-tower-0:4.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:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.6.7-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.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:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.6.7-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.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:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.6.7-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.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:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.6.7-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.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:automation-eda-controller-0:1.1.4-1.el8ap.noarch"
},
"product_reference": "automation-eda-controller-0:1.1.4-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.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:automation-eda-controller-0:1.1.4-1.el8ap.src"
},
"product_reference": "automation-eda-controller-0:1.1.4-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.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:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch"
},
"product_reference": "automation-eda-controller-base-0:1.1.4-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.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:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch"
},
"product_reference": "automation-eda-controller-base-services-0:1.1.4-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.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:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch"
},
"product_reference": "automation-eda-controller-event-stream-services-0:1.1.4-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.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:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch"
},
"product_reference": "automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-0:4.2.18-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.11-django-0:4.2.18-1.el8ap.noarch"
},
"product_reference": "python3.11-django-0:4.2.18-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-0:4.2.18-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.11-django-0:4.2.18-1.el8ap.src"
},
"product_reference": "python3.11-django-0:4.2.18-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jinja2-0:3.1.5-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.11-jinja2-0:3.1.5-1.el8ap.noarch"
},
"product_reference": "python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jinja2-0:3.1.5-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.11-jinja2-0:3.1.5-1.el8ap.src"
},
"product_reference": "python3.11-jinja2-0:3.1.5-1.el8ap.src",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulpcore-0:3.49.30-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.11-pulpcore-0:3.49.30-1.el8ap.noarch"
},
"product_reference": "python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulpcore-0:3.49.30-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.11-pulpcore-0:3.49.30-1.el8ap.src"
},
"product_reference": "python3.11-pulpcore-0:3.49.30-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.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-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.6.7-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.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-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.6.7-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.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-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.6.7-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.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:automation-controller-0:4.6.7-1.el9ap.src"
},
"product_reference": "automation-controller-0:4.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": "automation-controller-0:4.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-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.6.7-1.el9ap.x86_64",
"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.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:automation-controller-cli-0:4.6.7-1.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.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": "automation-controller-server-0:4.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:automation-controller-server-0:4.6.7-1.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.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": "automation-controller-ui-0:4.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:automation-controller-ui-0:4.6.7-1.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.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": "automation-controller-venv-tower-0:4.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-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.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-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.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-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.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-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-0:4.2.18-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:python3.11-django-0:4.2.18-1.el9ap.noarch"
},
"product_reference": "python3.11-django-0:4.2.18-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-0:4.2.18-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:python3.11-django-0:4.2.18-1.el9ap.src"
},
"product_reference": "python3.11-django-0:4.2.18-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jinja2-0:3.1.5-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:python3.11-jinja2-0:3.1.5-1.el9ap.noarch"
},
"product_reference": "python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jinja2-0:3.1.5-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:python3.11-jinja2-0:3.1.5-1.el9ap.src"
},
"product_reference": "python3.11-jinja2-0:3.1.5-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jinja2-0:3.1.5-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:python3.11-jinja2-0:3.1.5-1.el9ap.noarch"
},
"product_reference": "python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Inside-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jinja2-0:3.1.5-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:python3.11-jinja2-0:3.1.5-1.el9ap.src"
},
"product_reference": "python3.11-jinja2-0:3.1.5-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Inside-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-installer-0:2.5-8.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch"
},
"product_reference": "ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-installer-0:2.5-8.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src"
},
"product_reference": "ansible-automation-platform-installer-0:2.5-8.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.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:automation-controller-0:4.6.7-1.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.6.7-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.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:automation-controller-0:4.6.7-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.6.7-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.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:automation-controller-0:4.6.7-1.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.6.7-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.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:automation-controller-0:4.6.7-1.el9ap.src"
},
"product_reference": "automation-controller-0:4.6.7-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.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:automation-controller-0:4.6.7-1.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.6.7-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.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:automation-controller-cli-0:4.6.7-1.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.6.7-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.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:automation-controller-server-0:4.6.7-1.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.6.7-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.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:automation-controller-ui-0:4.6.7-1.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.6.7-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.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:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.6.7-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.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:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.6.7-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.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:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.6.7-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.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:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.6.7-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.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:automation-eda-controller-0:1.1.4-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-0:1.1.4-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.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:automation-eda-controller-0:1.1.4-1.el9ap.src"
},
"product_reference": "automation-eda-controller-0:1.1.4-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.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:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-base-0:1.1.4-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.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:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-base-services-0:1.1.4-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.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:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-event-stream-services-0:1.1.4-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.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:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-0:4.2.18-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.11-django-0:4.2.18-1.el9ap.noarch"
},
"product_reference": "python3.11-django-0:4.2.18-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-django-0:4.2.18-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.11-django-0:4.2.18-1.el9ap.src"
},
"product_reference": "python3.11-django-0:4.2.18-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jinja2-0:3.1.5-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.11-jinja2-0:3.1.5-1.el9ap.noarch"
},
"product_reference": "python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jinja2-0:3.1.5-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.11-jinja2-0:3.1.5-1.el9ap.src"
},
"product_reference": "python3.11-jinja2-0:3.1.5-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulpcore-0:3.49.30-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.11-pulpcore-0:3.49.30-1.el9ap.noarch"
},
"product_reference": "python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulpcore-0:3.49.30-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.11-pulpcore-0:3.49.30-1.el9ap.src"
},
"product_reference": "python3.11-pulpcore-0:3.49.30-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-53907",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-11-28T02:48:36.215000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2329288"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Django Web Framework. The strip_tags() and stripbtags template filter may be vulnerable to a potential denial of service (DoS) in cases of a large sequence of nested incomplete HTML entities.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "django: Potential denial-of-service in django.utils.html.strip_tags()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as a Moderate severity because it exposes the strip_tags() method and striptags template filter to a potential denial-of-service attack, malicious input containing large sequences of nested incomplete HTML entities could cause excessive processing, but it does not affect data confidentiality or integrity",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-53907"
},
{
"category": "external",
"summary": "RHBZ#2329288",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329288"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-53907",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-53907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53907"
},
{
"category": "external",
"summary": "https://www.djangoproject.com/weblog/2024/dec/04/security-releases/",
"url": "https://www.djangoproject.com/weblog/2024/dec/04/security-releases/"
}
],
"release_date": "2024-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-01-28T19:20:06+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:0777"
},
{
"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.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "django: Potential denial-of-service in django.utils.html.strip_tags()"
},
{
"cve": "CVE-2024-56201",
"cwe": {
"id": "CWE-150",
"name": "Improper Neutralization of Escape, Meta, or Control Sequences"
},
"discovery_date": "2024-12-23T16:00:38.768252+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333854"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja has a sandbox breakout through malicious filenames",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.",
"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:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56201"
},
{
"category": "external",
"summary": "RHBZ#2333854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56201"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f",
"url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/issues/1792",
"url": "https://github.com/pallets/jinja/issues/1792"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/releases/tag/3.1.5",
"url": "https://github.com/pallets/jinja/releases/tag/3.1.5"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699"
}
],
"release_date": "2024-12-23T15:37:36.110000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-01-28T19:20:06+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:0777"
},
{
"category": "workaround",
"details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jinja2: Jinja has a sandbox breakout through malicious filenames"
},
{
"cve": "CVE-2024-56326",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2024-12-23T16:00:46.619763+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall 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-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56326"
},
{
"category": "external",
"summary": "RHBZ#2333856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4",
"url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/releases/tag/3.1.5",
"url": "https://github.com/pallets/jinja/releases/tag/3.1.5"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h"
}
],
"release_date": "2024-12-23T15:43:49.400000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-01-28T19:20:06+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:0777"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method"
},
{
"cve": "CVE-2024-56374",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-01-14T20:01:09.167282+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2337996"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Django framework. Lack of upper bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial of service attack. The undocumented and private functions `clean_ipv6_address` and `is_valid_ipv6_address` were vulnerable, as was the `django.forms.GenericIPAddressField` form field, which has now been updated to define a `max_length` of 39 characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "django: potential denial-of-service vulnerability in IPv6 validation",
"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-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56374"
},
{
"category": "external",
"summary": "RHBZ#2337996",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337996"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56374",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56374"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56374",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56374"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2025/01/14/2",
"url": "http://www.openwall.com/lists/oss-security/2025/01/14/2"
},
{
"category": "external",
"summary": "https://docs.djangoproject.com/en/dev/releases/security/",
"url": "https://docs.djangoproject.com/en/dev/releases/security/"
},
{
"category": "external",
"summary": "https://groups.google.com/g/django-announce",
"url": "https://groups.google.com/g/django-announce"
},
{
"category": "external",
"summary": "https://www.djangoproject.com/weblog/2025/jan/14/security-releases/",
"url": "https://www.djangoproject.com/weblog/2025/jan/14/security-releases/"
}
],
"release_date": "2025-01-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-01-28T19:20:06+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:0777"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "django: potential denial-of-service vulnerability in IPv6 validation"
}
]
}
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.