Action not permitted
Modal body text goes here.
Modal Title
Modal Body
cve-2024-26130
Vulnerability from cvelistv5
Published
2024-02-21 16:28
Modified
2024-08-14 20:01
Severity ?
EPSS score ?
Summary
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if `pkcs12.serialize_key_and_certificates` is called with both a certificate whose public key did not match the provided private key and an `encryption_algorithm` with `hmac_hash` set (via `PrivateFormat.PKCS12.encryption_builder().hmac_hash(...)`, then a NULL pointer dereference would occur, crashing the Python process. This has been resolved in version 42.0.4, the first version in which a `ValueError` is properly raised.
References
Impacted products
Vendor | Product | Version | |
---|---|---|---|
▼ | pyca | cryptography |
Version: >= 38.0.0, < 42.0.4 |
|
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-01T23:59:32.542Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/pyca/cryptography/security/advisories/GHSA-6vqw-3v5j-54x4", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-6vqw-3v5j-54x4" }, { "name": "https://github.com/pyca/cryptography/pull/10423", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/pyca/cryptography/pull/10423" }, { "name": "https://github.com/pyca/cryptography/commit/97d231672763cdb5959a3b191e692a362f1b9e55", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/pyca/cryptography/commit/97d231672763cdb5959a3b191e692a362f1b9e55" } ], "title": "CVE Program Container" }, { "affected": [ { "cpes": [ "cpe:2.3:a:cryptography_project:cryptography:*:*:*:*:*:python:*:*" ], "defaultStatus": "unknown", "product": "cryptography", "vendor": "cryptography_project", "versions": [ { "lessThan": "42.04", "status": "affected", "version": "38.0.0", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-26130", "options": [ { "Exploitation": "none" }, { "Automatable": "yes" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-08-14T19:56:07.150963Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-08-14T20:01:52.628Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "cryptography", "vendor": "pyca", "versions": [ { "status": "affected", "version": "\u003e= 38.0.0, \u003c 42.0.4" } ] } ], "descriptions": [ { "lang": "en", "value": "cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if `pkcs12.serialize_key_and_certificates` is called with both a certificate whose public key did not match the provided private key and an `encryption_algorithm` with `hmac_hash` set (via `PrivateFormat.PKCS12.encryption_builder().hmac_hash(...)`, then a NULL pointer dereference would occur, crashing the Python process. This has been resolved in version 42.0.4, the first version in which a `ValueError` is properly raised." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-476", "description": "CWE-476: NULL Pointer Dereference", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-02-21T16:28:18.632Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/pyca/cryptography/security/advisories/GHSA-6vqw-3v5j-54x4", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-6vqw-3v5j-54x4" }, { "name": "https://github.com/pyca/cryptography/pull/10423", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/pyca/cryptography/pull/10423" }, { "name": "https://github.com/pyca/cryptography/commit/97d231672763cdb5959a3b191e692a362f1b9e55", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/pyca/cryptography/commit/97d231672763cdb5959a3b191e692a362f1b9e55" } ], "source": { "advisory": "GHSA-6vqw-3v5j-54x4", "discovery": "UNKNOWN" }, "title": "cryptography NULL pointer deference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-26130", "datePublished": "2024-02-21T16:28:18.632Z", "dateReserved": "2024-02-14T17:40:03.687Z", "dateUpdated": "2024-08-14T20:01:52.628Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-26130\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-02-21T17:15:09.863\",\"lastModified\":\"2024-11-21T09:01:59.757\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if `pkcs12.serialize_key_and_certificates` is called with both a certificate whose public key did not match the provided private key and an `encryption_algorithm` with `hmac_hash` set (via `PrivateFormat.PKCS12.encryption_builder().hmac_hash(...)`, then a NULL pointer dereference would occur, crashing the Python process. This has been resolved in version 42.0.4, the first version in which a `ValueError` is properly raised.\"},{\"lang\":\"es\",\"value\":\"cryptography es un paquete manipulado para exponer recetas y primitivas criptogr\u00e1ficas a los desarrolladores de Python. A partir de la versi\u00f3n 38.0.0 y anteriores a la versi\u00f3n 42.0.4, si se llama a `pkcs12.serialize_key_and_certificates` con un certificado cuya clave p\u00fablica no coincide con la clave privada proporcionada y un `encryption_algorithm` con `hmac_hash` configurado (a trav\u00e9s de `PrivateFormat .PKCS12.encryption_builder().hmac_hash(...)`, entonces se producir\u00eda una desreferencia del puntero NULL, bloqueando el proceso de Python. Esto se resolvi\u00f3 en la versi\u00f3n 42.0.4, la primera versi\u00f3n en la que se genera correctamente un `ValueError` .\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I: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\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"references\":[{\"url\":\"https://github.com/pyca/cryptography/commit/97d231672763cdb5959a3b191e692a362f1b9e55\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/pyca/cryptography/pull/10423\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/pyca/cryptography/security/advisories/GHSA-6vqw-3v5j-54x4\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/pyca/cryptography/commit/97d231672763cdb5959a3b191e692a362f1b9e55\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/pyca/cryptography/pull/10423\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/pyca/cryptography/security/advisories/GHSA-6vqw-3v5j-54x4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}" } }
wid-sec-w-2024-0869
Vulnerability from csaf_certbund
Published
2024-04-16 22:00
Modified
2024-05-05 22:00
Summary
Oracle Communications: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Oracle Communications umfasst branchenspezifische Lösungen für die Telekommunikationsbranche.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme
- Windows
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Oracle Communications umfasst branchenspezifische L\u00f6sungen f\u00fcr die Telekommunikationsbranche.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-0869 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0869.json" }, { "category": "self", "summary": "WID-SEC-2024-0869 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0869" }, { "category": "external", "summary": "Oracle Critical Patch Update Advisory - April 2024 - Appendix Oracle Communications vom 2024-04-16", "url": "https://www.oracle.com/security-alerts/cpuapr2024.html#AppendixCGBU" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:1878 vom 2024-04-18", "url": "https://access.redhat.com/errata/RHSA-2024:1878" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202405-01 vom 2024-05-04", "url": "https://security.gentoo.org/glsa/202405-01" } ], "source_lang": "en-US", "title": "Oracle Communications: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-05-05T22:00:00.000+00:00", "generator": { "date": "2024-05-06T08:33:02.513+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2024-0869", "initial_release_date": "2024-04-16T22:00:00.000+00:00", "revision_history": [ { "date": "2024-04-16T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-04-17T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-05-05T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Gentoo aufgenommen" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "branches": [ { "category": "product_version", "name": "5", "product": { "name": "Oracle Communications 5.0", "product_id": "T021645", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:5.0" } } }, { "category": "product_version", "name": "22.4.0", "product": { "name": "Oracle Communications 22.4.0", "product_id": "T024981", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:22.4.0" } } }, { "category": "product_version", "name": "23.1.0", "product": { "name": "Oracle Communications 23.1.0", "product_id": "T027326", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.1.0" } } }, { "category": "product_version", "name": "23.2.0", "product": { "name": "Oracle Communications 23.2.0", "product_id": "T028682", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.2.0" } } }, { "category": "product_version", "name": "5.1", "product": { "name": "Oracle Communications 5.1", "product_id": "T028684", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:5.1" } } }, { "category": "product_version", "name": "23.2.2", "product": { "name": "Oracle Communications 23.2.2", "product_id": "T030583", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.2.2" } } }, { "category": "product_version", "name": "23.3.0", "product": { "name": "Oracle Communications 23.3.0", "product_id": "T030586", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.3.0" } } }, { "category": "product_version", "name": "9.0.0.0", "product": { "name": "Oracle Communications 9.0.0.0", "product_id": "T030589", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.0.0.0" } } }, { "category": "product_version_range", "name": "\u003c=7.2.1.0.0", "product": { "name": "Oracle Communications \u003c=7.2.1.0.0", "product_id": "T030593", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:7.2.1.0.0" } } }, { "category": "product_version_range", "name": "\u003c=9.0.2", "product": { "name": "Oracle Communications \u003c=9.0.2", "product_id": "T030595", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.0.2" } } }, { "category": "product_version", "name": "23.3.1", "product": { "name": "Oracle Communications 23.3.1", "product_id": "T032088", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.3.1" } } }, { "category": "product_version", "name": "23.4.0", "product": { "name": "Oracle Communications 23.4.0", "product_id": "T032091", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.4.0" } } }, { "category": "product_version", "name": "23.4.1", "product": { "name": "Oracle Communications 23.4.1", "product_id": "T034143", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.4.1" } } }, { "category": "product_version_range", "name": "\u003c=23.4.2", "product": { "name": "Oracle Communications \u003c=23.4.2", "product_id": "T034144", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.4.2" } } }, { "category": "product_version", "name": "24.1.0", "product": { "name": "Oracle Communications 24.1.0", "product_id": "T034145", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:24.1.0" } } }, { "category": "product_version", "name": "5.2", "product": { "name": "Oracle Communications 5.2", "product_id": "T034146", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:5.2" } } }, { "category": "product_version", "name": "24.1.0.0.0", "product": { "name": "Oracle Communications 24.1.0.0.0", "product_id": "T034147", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:24.1.0.0.0" } } }, { "category": "product_version", "name": "23.3.2", "product": { "name": "Oracle Communications 23.3.2", "product_id": "T034148", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.3.2" } } }, { "category": "product_version", "name": "14.0.0.0.0", "product": { "name": "Oracle Communications 14.0.0.0.0", "product_id": "T034149", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:14.0.0.0.0" } } }, { "category": "product_version", "name": "9.1.1.7.0", "product": { "name": "Oracle Communications 9.1.1.7.0", "product_id": "T034150", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.1.1.7.0" } } } ], "category": "product_name", "name": "Communications" } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-40152", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2022-40152" }, { "cve": "CVE-2022-40896", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2022-40896" }, { "cve": "CVE-2022-45688", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2022-45688" }, { "cve": "CVE-2023-2283", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-2283" }, { "cve": "CVE-2023-31122", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-31122" }, { "cve": "CVE-2023-33201", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-33201" }, { "cve": "CVE-2023-34053", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-34053" }, { "cve": "CVE-2023-34055", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-34055" }, { "cve": "CVE-2023-4016", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-4016" }, { "cve": "CVE-2023-41056", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-41056" }, { "cve": "CVE-2023-43496", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-43496" }, { "cve": "CVE-2023-44487", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-44487" }, { "cve": "CVE-2023-45142", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-45142" }, { "cve": "CVE-2023-4641", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-4641" }, { "cve": "CVE-2023-46589", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-46589" }, { "cve": "CVE-2023-47100", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-47100" }, { "cve": "CVE-2023-4863", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-4863" }, { "cve": "CVE-2023-48795", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-48795" }, { "cve": "CVE-2023-49083", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-49083" }, { "cve": "CVE-2023-5072", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-5072" }, { "cve": "CVE-2023-51074", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-51074" }, { "cve": "CVE-2023-51257", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-51257" }, { "cve": "CVE-2023-51775", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-51775" }, { "cve": "CVE-2023-5341", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-5341" }, { "cve": "CVE-2023-5363", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-5363" }, { "cve": "CVE-2023-6507", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-6507" }, { "cve": "CVE-2024-1635", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2024-1635" }, { "cve": "CVE-2024-21626", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2024-21626" }, { "cve": "CVE-2024-22201", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2024-22201" }, { "cve": "CVE-2024-22233", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2024-22233" }, { "cve": "CVE-2024-22257", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2024-22257" }, { "cve": "CVE-2024-22259", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2024-22259" }, { "cve": "CVE-2024-25062", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2024-25062" }, { "cve": "CVE-2024-26130", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2024-26130" }, { "cve": "CVE-2024-26308", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2024-26308" } ] }
WID-SEC-W-2024-1328
Vulnerability from csaf_certbund
Published
2024-06-10 22:00
Modified
2024-07-24 22:00
Summary
Red Hat Ansible Automation Platform: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Red Hat Ansible Automation Platform ist eine End-to-End-Automatisierungsplattform für die Systemkonfiguration, die Softwarebereitstellung und die Orchestrierung erweiterter Workflows.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Red Hat Ansible Automation Platform ausnutzen, um beliebigen Programmcode auszuführen, einen Denial-of-Service-Zustand erzeugen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuführen.
Betroffene Betriebssysteme
- Sonstiges
- UNIX
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Red Hat Ansible Automation Platform ist eine End-to-End-Automatisierungsplattform f\u00fcr die Systemkonfiguration, die Softwarebereitstellung und die Orchestrierung erweiterter Workflows.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in Red Hat Ansible Automation Platform ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Denial-of-Service-Zustand erzeugen, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges\n- UNIX", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-1328 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1328.json" }, { "category": "self", "summary": "WID-SEC-2024-1328 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1328" }, { "category": "external", "summary": "RedHat Security Advisory vom 2024-06-10", "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3820 vom 2024-06-11", "url": "https://access.redhat.com/errata/RHSA-2024:3820" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3713 vom 2024-06-12", "url": "https://access.redhat.com/errata/RHSA-2024:3713" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3811 vom 2024-06-11", "url": "https://access.redhat.com/errata/RHSA-2024:3811" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3795 vom 2024-06-11", "url": "https://access.redhat.com/errata/RHSA-2024:3795" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-3820 vom 2024-06-12", "url": "https://linux.oracle.com/errata/ELSA-2024-3820.html" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-EPEL-2024-F52B6219CA vom 2024-06-13", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-f52b6219ca" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:3820 vom 2024-06-14", "url": "https://errata.build.resf.org/RLSA-2024:3820" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2068-1 vom 2024-06-18", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018734.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2182-1 vom 2024-06-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018806.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-644 vom 2024-07-02", "url": "https://alas.aws.amazon.com/AL2023/ALAS-2024-644.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-645 vom 2024-07-02", "url": "https://alas.aws.amazon.com/AL2023/ALAS-2024-645.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4231 vom 2024-07-03", "url": "https://access.redhat.com/errata/RHSA-2024:4231" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4227 vom 2024-07-03", "url": "https://access.redhat.com/errata/RHSA-2024:4227" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-4227 vom 2024-07-03", "url": "https://linux.oracle.com/errata/ELSA-2024-4227.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-4231 vom 2024-07-03", "url": "https://linux.oracle.com/errata/ELSA-2024-4231.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4404 vom 2024-07-09", "url": "https://access.redhat.com/errata/RHSA-2024:4404" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4414 vom 2024-07-09", "url": "https://access.redhat.com/errata/RHSA-2024:4414" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4427 vom 2024-07-09", "url": "https://access.redhat.com/errata/RHSA-2024:4427" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4522 vom 2024-07-12", "url": "https://access.redhat.com/errata/RHSA-2024:4522" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2481-1 vom 2024-07-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018968.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2481-1 vom 2024-07-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018973.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2481-1 vom 2024-07-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018969.html" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:4227 vom 2024-07-15", "url": "https://errata.build.resf.org/RLSA-2024:4227" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:4231 vom 2024-07-15", "url": "https://errata.build.resf.org/RLSA-2024:4231" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4616 vom 2024-07-25", "url": "https://access.redhat.com/errata/RHSA-2024:4616" } ], "source_lang": "en-US", "title": "Red Hat Ansible Automation Platform: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-07-24T22:00:00.000+00:00", "generator": { "date": "2024-07-25T08:33:09.940+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2024-1328", "initial_release_date": "2024-06-10T22:00:00.000+00:00", "revision_history": [ { "date": "2024-06-10T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-06-11T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-06-13T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2024-06-16T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen" }, { "date": "2024-06-18T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-06-24T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-07-01T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-07-02T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen" }, { "date": "2024-07-03T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-07-09T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-07-11T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-07-15T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von SUSE und Rocky Enterprise Software Foundation aufgenommen" }, { "date": "2024-07-24T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Red Hat aufgenommen" } ], "status": "final", "version": "13" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Fedora Linux", "product": { "name": "Fedora Linux", "product_id": "74185", "product_identification_helper": { "cpe": "cpe:/o:fedoraproject:fedora:-" } } } ], "category": "vendor", "name": "Fedora" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "RESF Rocky Linux", "product": { "name": "RESF Rocky Linux", "product_id": "T032255", "product_identification_helper": { "cpe": "cpe:/o:resf:rocky_linux:-" } } } ], "category": "vendor", "name": "RESF" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c2.4", "product": { "name": "Red Hat Ansible Automation Platform \u003c2.4", "product_id": "T035285", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform:2.4" } } } ], "category": "product_name", "name": "Ansible Automation Platform" }, { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-45288", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2023-45288" }, { "cve": "CVE-2023-45290", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2023-45290" }, { "cve": "CVE-2023-49083", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2023-49083" }, { "cve": "CVE-2023-50447", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2023-50447" }, { "cve": "CVE-2023-5752", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2023-5752" }, { "cve": "CVE-2024-1135", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-1135" }, { "cve": "CVE-2024-21503", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-21503" }, { "cve": "CVE-2024-24783", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-24783" }, { "cve": "CVE-2024-26130", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-26130" }, { "cve": "CVE-2024-27306", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-27306" }, { "cve": "CVE-2024-27351", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-27351" }, { "cve": "CVE-2024-28219", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-28219" }, { "cve": "CVE-2024-28849", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-28849" }, { "cve": "CVE-2024-30251", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-30251" }, { "cve": "CVE-2024-32879", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-32879" }, { "cve": "CVE-2024-34064", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-34064" }, { "cve": "CVE-2024-35195", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-35195" }, { "cve": "CVE-2024-3651", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-3651" }, { "cve": "CVE-2024-3772", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-3772" }, { "cve": "CVE-2024-4340", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-4340" } ] }
WID-SEC-W-2024-0869
Vulnerability from csaf_certbund
Published
2024-04-16 22:00
Modified
2024-05-05 22:00
Summary
Oracle Communications: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Oracle Communications umfasst branchenspezifische Lösungen für die Telekommunikationsbranche.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme
- Windows
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Oracle Communications umfasst branchenspezifische L\u00f6sungen f\u00fcr die Telekommunikationsbranche.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-0869 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0869.json" }, { "category": "self", "summary": "WID-SEC-2024-0869 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0869" }, { "category": "external", "summary": "Oracle Critical Patch Update Advisory - April 2024 - Appendix Oracle Communications vom 2024-04-16", "url": "https://www.oracle.com/security-alerts/cpuapr2024.html#AppendixCGBU" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:1878 vom 2024-04-18", "url": "https://access.redhat.com/errata/RHSA-2024:1878" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202405-01 vom 2024-05-04", "url": "https://security.gentoo.org/glsa/202405-01" } ], "source_lang": "en-US", "title": "Oracle Communications: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-05-05T22:00:00.000+00:00", "generator": { "date": "2024-05-06T08:33:02.513+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2024-0869", "initial_release_date": "2024-04-16T22:00:00.000+00:00", "revision_history": [ { "date": "2024-04-16T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-04-17T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-05-05T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Gentoo aufgenommen" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "branches": [ { "category": "product_version", "name": "5", "product": { "name": "Oracle Communications 5.0", "product_id": "T021645", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:5.0" } } }, { "category": "product_version", "name": "22.4.0", "product": { "name": "Oracle Communications 22.4.0", "product_id": "T024981", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:22.4.0" } } }, { "category": "product_version", "name": "23.1.0", "product": { "name": "Oracle Communications 23.1.0", "product_id": "T027326", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.1.0" } } }, { "category": "product_version", "name": "23.2.0", "product": { "name": "Oracle Communications 23.2.0", "product_id": "T028682", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.2.0" } } }, { "category": "product_version", "name": "5.1", "product": { "name": "Oracle Communications 5.1", "product_id": "T028684", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:5.1" } } }, { "category": "product_version", "name": "23.2.2", "product": { "name": "Oracle Communications 23.2.2", "product_id": "T030583", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.2.2" } } }, { "category": "product_version", "name": "23.3.0", "product": { "name": "Oracle Communications 23.3.0", "product_id": "T030586", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.3.0" } } }, { "category": "product_version", "name": "9.0.0.0", "product": { "name": "Oracle Communications 9.0.0.0", "product_id": "T030589", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.0.0.0" } } }, { "category": "product_version_range", "name": "\u003c=7.2.1.0.0", "product": { "name": "Oracle Communications \u003c=7.2.1.0.0", "product_id": "T030593", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:7.2.1.0.0" } } }, { "category": "product_version_range", "name": "\u003c=9.0.2", "product": { "name": "Oracle Communications \u003c=9.0.2", "product_id": "T030595", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.0.2" } } }, { "category": "product_version", "name": "23.3.1", "product": { "name": "Oracle Communications 23.3.1", "product_id": "T032088", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.3.1" } } }, { "category": "product_version", "name": "23.4.0", "product": { "name": "Oracle Communications 23.4.0", "product_id": "T032091", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.4.0" } } }, { "category": "product_version", "name": "23.4.1", "product": { "name": "Oracle Communications 23.4.1", "product_id": "T034143", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.4.1" } } }, { "category": "product_version_range", "name": "\u003c=23.4.2", "product": { "name": "Oracle Communications \u003c=23.4.2", "product_id": "T034144", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.4.2" } } }, { "category": "product_version", "name": "24.1.0", "product": { "name": "Oracle Communications 24.1.0", "product_id": "T034145", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:24.1.0" } } }, { "category": "product_version", "name": "5.2", "product": { "name": "Oracle Communications 5.2", "product_id": "T034146", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:5.2" } } }, { "category": "product_version", "name": "24.1.0.0.0", "product": { "name": "Oracle Communications 24.1.0.0.0", "product_id": "T034147", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:24.1.0.0.0" } } }, { "category": "product_version", "name": "23.3.2", "product": { "name": "Oracle Communications 23.3.2", "product_id": "T034148", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:23.3.2" } } }, { "category": "product_version", "name": "14.0.0.0.0", "product": { "name": "Oracle Communications 14.0.0.0.0", "product_id": "T034149", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:14.0.0.0.0" } } }, { "category": "product_version", "name": "9.1.1.7.0", "product": { "name": "Oracle Communications 9.1.1.7.0", "product_id": "T034150", "product_identification_helper": { "cpe": "cpe:/a:oracle:communications:9.1.1.7.0" } } } ], "category": "product_name", "name": "Communications" } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-40152", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2022-40152" }, { "cve": "CVE-2022-40896", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2022-40896" }, { "cve": "CVE-2022-45688", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2022-45688" }, { "cve": "CVE-2023-2283", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-2283" }, { "cve": "CVE-2023-31122", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-31122" }, { "cve": "CVE-2023-33201", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-33201" }, { "cve": "CVE-2023-34053", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-34053" }, { "cve": "CVE-2023-34055", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-34055" }, { "cve": "CVE-2023-4016", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-4016" }, { "cve": "CVE-2023-41056", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-41056" }, { "cve": "CVE-2023-43496", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-43496" }, { "cve": "CVE-2023-44487", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-44487" }, { "cve": "CVE-2023-45142", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-45142" }, { "cve": "CVE-2023-4641", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-4641" }, { "cve": "CVE-2023-46589", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-46589" }, { "cve": "CVE-2023-47100", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-47100" }, { "cve": "CVE-2023-4863", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-4863" }, { "cve": "CVE-2023-48795", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-48795" }, { "cve": "CVE-2023-49083", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-49083" }, { "cve": "CVE-2023-5072", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-5072" }, { "cve": "CVE-2023-51074", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-51074" }, { "cve": "CVE-2023-51257", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-51257" }, { "cve": "CVE-2023-51775", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-51775" }, { "cve": "CVE-2023-5341", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-5341" }, { "cve": "CVE-2023-5363", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-5363" }, { "cve": "CVE-2023-6507", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2023-6507" }, { "cve": "CVE-2024-1635", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2024-1635" }, { "cve": "CVE-2024-21626", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2024-21626" }, { "cve": "CVE-2024-22201", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2024-22201" }, { "cve": "CVE-2024-22233", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2024-22233" }, { "cve": "CVE-2024-22257", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2024-22257" }, { "cve": "CVE-2024-22259", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2024-22259" }, { "cve": "CVE-2024-25062", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2024-25062" }, { "cve": "CVE-2024-26130", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2024-26130" }, { "cve": "CVE-2024-26308", "notes": [ { "category": "description", "text": "In Oracle Communications existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer Angreifer die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit gef\u00e4hrden. F\u00fcr die Ausnutzung einiger dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle ver\u00f6ffentlicht keine weiteren Details zu diesen Schwachstellen (au\u00dfer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadensh\u00f6he ausschlie\u00dflich auf Basis der CVSS Impact Matrix. Der Maximalwert f\u00fcr diese Produkte ist \"HIGH\" f\u00fcr \"Confidentiality\", \"Integrity\" und \"Availability\" \u00fcber alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"HOCH\" f\u00fcr die Schadensh\u00f6he." } ], "product_status": { "known_affected": [ "T028682", "T034149", "T030586", "T034148", "T030589", "67646", "T034143", "T012167", "T034147", "T034146", "T030583", "T034145", "T032088", "T034150", "T021645", "T032091", "T027326", "T024981", "T028684" ], "last_affected": [ "T030595", "T030593", "T034144" ] }, "release_date": "2024-04-16T22:00:00Z", "title": "CVE-2024-26308" } ] }
wid-sec-w-2024-1328
Vulnerability from csaf_certbund
Published
2024-06-10 22:00
Modified
2024-07-24 22:00
Summary
Red Hat Ansible Automation Platform: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Red Hat Ansible Automation Platform ist eine End-to-End-Automatisierungsplattform für die Systemkonfiguration, die Softwarebereitstellung und die Orchestrierung erweiterter Workflows.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Red Hat Ansible Automation Platform ausnutzen, um beliebigen Programmcode auszuführen, einen Denial-of-Service-Zustand erzeugen, vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuführen.
Betroffene Betriebssysteme
- Sonstiges
- UNIX
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Red Hat Ansible Automation Platform ist eine End-to-End-Automatisierungsplattform f\u00fcr die Systemkonfiguration, die Softwarebereitstellung und die Orchestrierung erweiterter Workflows.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in Red Hat Ansible Automation Platform ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Denial-of-Service-Zustand erzeugen, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Sonstiges\n- UNIX", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-1328 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1328.json" }, { "category": "self", "summary": "WID-SEC-2024-1328 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1328" }, { "category": "external", "summary": "RedHat Security Advisory vom 2024-06-10", "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3820 vom 2024-06-11", "url": "https://access.redhat.com/errata/RHSA-2024:3820" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3713 vom 2024-06-12", "url": "https://access.redhat.com/errata/RHSA-2024:3713" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3811 vom 2024-06-11", "url": "https://access.redhat.com/errata/RHSA-2024:3811" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3795 vom 2024-06-11", "url": "https://access.redhat.com/errata/RHSA-2024:3795" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-3820 vom 2024-06-12", "url": "https://linux.oracle.com/errata/ELSA-2024-3820.html" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-EPEL-2024-F52B6219CA vom 2024-06-13", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-f52b6219ca" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:3820 vom 2024-06-14", "url": "https://errata.build.resf.org/RLSA-2024:3820" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2068-1 vom 2024-06-18", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018734.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2182-1 vom 2024-06-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018806.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-644 vom 2024-07-02", "url": "https://alas.aws.amazon.com/AL2023/ALAS-2024-644.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-645 vom 2024-07-02", "url": "https://alas.aws.amazon.com/AL2023/ALAS-2024-645.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4231 vom 2024-07-03", "url": "https://access.redhat.com/errata/RHSA-2024:4231" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4227 vom 2024-07-03", "url": "https://access.redhat.com/errata/RHSA-2024:4227" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-4227 vom 2024-07-03", "url": "https://linux.oracle.com/errata/ELSA-2024-4227.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-4231 vom 2024-07-03", "url": "https://linux.oracle.com/errata/ELSA-2024-4231.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4404 vom 2024-07-09", "url": "https://access.redhat.com/errata/RHSA-2024:4404" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4414 vom 2024-07-09", "url": "https://access.redhat.com/errata/RHSA-2024:4414" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4427 vom 2024-07-09", "url": "https://access.redhat.com/errata/RHSA-2024:4427" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4522 vom 2024-07-12", "url": "https://access.redhat.com/errata/RHSA-2024:4522" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2481-1 vom 2024-07-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018968.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2481-1 vom 2024-07-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018973.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2481-1 vom 2024-07-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018969.html" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:4227 vom 2024-07-15", "url": "https://errata.build.resf.org/RLSA-2024:4227" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:4231 vom 2024-07-15", "url": "https://errata.build.resf.org/RLSA-2024:4231" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4616 vom 2024-07-25", "url": "https://access.redhat.com/errata/RHSA-2024:4616" } ], "source_lang": "en-US", "title": "Red Hat Ansible Automation Platform: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-07-24T22:00:00.000+00:00", "generator": { "date": "2024-07-25T08:33:09.940+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2024-1328", "initial_release_date": "2024-06-10T22:00:00.000+00:00", "revision_history": [ { "date": "2024-06-10T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-06-11T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-06-13T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2024-06-16T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen" }, { "date": "2024-06-18T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-06-24T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-07-01T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-07-02T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen" }, { "date": "2024-07-03T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-07-09T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-07-11T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-07-15T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von SUSE und Rocky Enterprise Software Foundation aufgenommen" }, { "date": "2024-07-24T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Red Hat aufgenommen" } ], "status": "final", "version": "13" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Fedora Linux", "product": { "name": "Fedora Linux", "product_id": "74185", "product_identification_helper": { "cpe": "cpe:/o:fedoraproject:fedora:-" } } } ], "category": "vendor", "name": "Fedora" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "RESF Rocky Linux", "product": { "name": "RESF Rocky Linux", "product_id": "T032255", "product_identification_helper": { "cpe": "cpe:/o:resf:rocky_linux:-" } } } ], "category": "vendor", "name": "RESF" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c2.4", "product": { "name": "Red Hat Ansible Automation Platform \u003c2.4", "product_id": "T035285", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform:2.4" } } } ], "category": "product_name", "name": "Ansible Automation Platform" }, { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-45288", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2023-45288" }, { "cve": "CVE-2023-45290", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2023-45290" }, { "cve": "CVE-2023-49083", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2023-49083" }, { "cve": "CVE-2023-50447", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2023-50447" }, { "cve": "CVE-2023-5752", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2023-5752" }, { "cve": "CVE-2024-1135", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-1135" }, { "cve": "CVE-2024-21503", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-21503" }, { "cve": "CVE-2024-24783", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-24783" }, { "cve": "CVE-2024-26130", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-26130" }, { "cve": "CVE-2024-27306", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-27306" }, { "cve": "CVE-2024-27351", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-27351" }, { "cve": "CVE-2024-28219", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-28219" }, { "cve": "CVE-2024-28849", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-28849" }, { "cve": "CVE-2024-30251", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-30251" }, { "cve": "CVE-2024-32879", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-32879" }, { "cve": "CVE-2024-34064", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-34064" }, { "cve": "CVE-2024-35195", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-35195" }, { "cve": "CVE-2024-3651", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-3651" }, { "cve": "CVE-2024-3772", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-3772" }, { "cve": "CVE-2024-4340", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-4340" } ] }
ncsc-2024-0412
Vulnerability from csaf_ncscnl
Published
2024-10-17 13:16
Modified
2024-10-17 13:16
Summary
Kwetsbaarheden verholpen in Oracle Peoplesoft
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Oracle heeft kwetsbaarheden verholpen in Peoplesoft.
Interpretaties
Een kwaadwillende kan de kwetsbaarheden misbruiken om een Denial-of-Service (DoS) te veroorzaken, of om toegang te krijgen tot (persoons)gevoelige gegevens in de database en deze mogelijk te manipuleren.
Oplossingen
Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-405
Asymmetric Resource Consumption (Amplification)
CWE-450
Multiple Interpretations of UI Input
CWE-345
Insufficient Verification of Data Authenticity
CWE-77
Improper Neutralization of Special Elements used in a Command ('Command Injection')
CWE-416
Use After Free
CWE-476
NULL Pointer Dereference
CWE-295
Improper Certificate Validation
CWE-20
Improper Input Validation
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE" } }, "lang": "nl", "notes": [ { "category": "legal_disclaimer", "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings." }, { "category": "description", "text": "Oracle heeft kwetsbaarheden verholpen in Peoplesoft.", "title": "Feiten" }, { "category": "description", "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om een Denial-of-Service (DoS) te veroorzaken, of om toegang te krijgen tot (persoons)gevoelige gegevens in de database en deze mogelijk te manipuleren.", "title": "Interpretaties" }, { "category": "description", "text": "Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.", "title": "Oplossingen" }, { "category": "general", "text": "medium", "title": "Kans" }, { "category": "general", "text": "high", "title": "Schade" }, { "category": "general", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" }, { "category": "general", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "general", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" }, { "category": "general", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" }, { "category": "general", "text": "Use After Free", "title": "CWE-416" }, { "category": "general", "text": "NULL Pointer Dereference", "title": "CWE-476" }, { "category": "general", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "general", "text": "Improper Input Validation", "title": "CWE-20" } ], "publisher": { "category": "coordinator", "contact_details": "cert@ncsc.nl", "name": "Nationaal Cyber Security Centrum", "namespace": "https://www.ncsc.nl/" }, "references": [ { "category": "external", "summary": "Reference - cveprojectv5; hkcert; nvd; oracle; redhat", "url": "https://www.oracle.com/security-alerts/cpuoct2024.html" } ], "title": "Kwetsbaarheden verholpen in Oracle Peoplesoft", "tracking": { "current_release_date": "2024-10-17T13:16:18.175855Z", "id": "NCSC-2024-0412", "initial_release_date": "2024-10-17T13:16:18.175855Z", "revision_history": [ { "date": "2024-10-17T13:16:18.175855Z", "number": "0", "summary": "Initiele versie" } ], "status": "final", "version": "1.0.0" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "peoplesoft", "product": { "name": "peoplesoft", "product_id": "CSAFPID-1676099", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft:8.59:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft", "product": { "name": "peoplesoft", "product_id": "CSAFPID-1676097", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft:8.60:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft", "product": { "name": "peoplesoft", "product_id": "CSAFPID-1676096", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft:8.61:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft", "product": { "name": "peoplesoft", "product_id": "CSAFPID-1676098", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft___9.2.50", "product": { "name": "peoplesoft___9.2.50", "product_id": "CSAFPID-1676100", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft___9.2.50:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_cc_common_application_objects", "product": { "name": "peoplesoft_enterprise_cc_common_application_objects", "product_id": "CSAFPID-449779", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_cc_common_application_objects:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_crm_client_management", "product": { "name": "peoplesoft_enterprise_crm_client_management", "product_id": "CSAFPID-912607", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_crm_client_management:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_elm_enterprise_learning_management", "product": { "name": "peoplesoft_enterprise_elm_enterprise_learning_management", "product_id": "CSAFPID-1673472", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_elm_enterprise_learning_management:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_fin_expenses", "product": { "name": "peoplesoft_enterprise_fin_expenses", "product_id": "CSAFPID-172664", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_fin_expenses:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_benefits_administration", "product": { "name": "peoplesoft_enterprise_hcm_benefits_administration", "product_id": "CSAFPID-912052", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_benefits_administration:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673774", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673748", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673791", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.11:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673779", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.12:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673786", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.13:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673768", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.14:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673757", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673788", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.16:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673775", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.17:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673769", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.18:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673753", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.19:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673785", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673770", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.20:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673787", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.21:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673796", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673749", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.23:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673760", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673777", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.25:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673793", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.26:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673794", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.27:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673755", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.28:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673762", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.29:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673767", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673764", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.30:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673752", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.31:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673792", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.32:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673778", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.33:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673781", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.34:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673771", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.35:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673758", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.36:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673789", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.37:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673776", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.38:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673766", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.39:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673759", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673763", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.40:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673772", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.41:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673782", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.42:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673797", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.43:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673750", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.44:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673761", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.45:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673780", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.46:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673783", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.47:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673471", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.48-9.2.50:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673795", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.48:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673756", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.49:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673798", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673784", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.50:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673773", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673765", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673751", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673754", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673790", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_human_resources", "product": { "name": "peoplesoft_enterprise_hcm_human_resources", "product_id": "CSAFPID-172663", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_human_resources:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_shared_components", "product": { "name": "peoplesoft_enterprise_hcm_shared_components", "product_id": "CSAFPID-607590", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_shared_components:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1682", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.59:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1681", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.60:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-816362", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.61:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503667", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_opensearch___8.59:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503672", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_opensearch___8.60:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503676", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_opensearch___8.61:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503669", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_web_server___8.59:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503673", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_web_server___8.60:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503678", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_web_server___8.61:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-5752", "cwe": { "id": "CWE-77", "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" } ], "product_status": { "known_affected": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607" ] }, "references": [ { "category": "self", "summary": "CVE-2023-5752", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5752.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607" ] } ], "title": "CVE-2023-5752" }, { "cve": "CVE-2023-37920", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "other", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "other", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" } ], "product_status": { "known_affected": [ "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362" ] }, "references": [ { "category": "self", "summary": "CVE-2023-37920", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-37920.json" } ], "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": [ "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362" ] } ], "title": "CVE-2023-37920" }, { "cve": "CVE-2024-0232", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0232", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0232.json" } ], "title": "CVE-2024-0232" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "notes": [ { "category": "other", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "other", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" } ], "product_status": { "known_affected": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0450", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0450.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362" ] } ], "title": "CVE-2024-0450" }, { "cve": "CVE-2024-0727", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1503676", "CSAFPID-1503678" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0727", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0727.json" } ], "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": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1503676", "CSAFPID-1503678" ] } ], "title": "CVE-2024-0727" }, { "cve": "CVE-2024-21202", "product_status": { "known_affected": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21202", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21202.json" } ], "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": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21202" }, { "cve": "CVE-2024-21214", "product_status": { "known_affected": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21214", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21214.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21214" }, { "cve": "CVE-2024-21249", "product_status": { "known_affected": [ "CSAFPID-172664", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21249", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21249.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-172664", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21249" }, { "cve": "CVE-2024-21255", "product_status": { "known_affected": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21255", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21255.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21255" }, { "cve": "CVE-2024-21264", "product_status": { "known_affected": [ "CSAFPID-449779", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21264", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21264.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-449779", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21264" }, { "cve": "CVE-2024-21283", "product_status": { "known_affected": [ "CSAFPID-1673471", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21283", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21283.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673471", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21283" }, { "cve": "CVE-2024-21286", "product_status": { "known_affected": [ "CSAFPID-1673472", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21286", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21286.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673472", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21286" }, { "cve": "CVE-2024-26130", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1503676", "CSAFPID-1503678" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26130", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26130.json" } ], "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": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1503676", "CSAFPID-1503678" ] } ], "title": "CVE-2024-26130" } ] }
ncsc-2024-0411
Vulnerability from csaf_ncscnl
Published
2024-10-17 13:15
Modified
2024-10-17 13:15
Summary
Kwetsbaarheden verholpen in Oracle Database producten
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Oracle heeft kwetsbaarheden verholpen in diverse Database producten en subsystemen, zoals de Core database, Application Express, Autonomous Health Framework, Essbase, GoldenGate, SQL Developer en Secure Backup.
Interpretaties
Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:
- Denial-of-Service (DoS)
- Manipuleren van data
- Toegang tot gevoelige gegevens
Oplossingen
Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-130
Improper Handling of Length Parameter Inconsistency
CWE-208
Observable Timing Discrepancy
CWE-776
Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')
CWE-88
Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
CWE-755
Improper Handling of Exceptional Conditions
CWE-834
Excessive Iteration
CWE-407
Inefficient Algorithmic Complexity
CWE-178
Improper Handling of Case Sensitivity
CWE-732
Incorrect Permission Assignment for Critical Resource
CWE-415
Double Free
CWE-311
Missing Encryption of Sensitive Data
CWE-427
Uncontrolled Search Path Element
CWE-172
Encoding Error
CWE-680
Integer Overflow to Buffer Overflow
CWE-426
Untrusted Search Path
CWE-843
Access of Resource Using Incompatible Type ('Type Confusion')
CWE-116
Improper Encoding or Escaping of Output
CWE-345
Insufficient Verification of Data Authenticity
CWE-77
Improper Neutralization of Special Elements used in a Command ('Command Injection')
CWE-203
Observable Discrepancy
CWE-190
Integer Overflow or Wraparound
CWE-552
Files or Directories Accessible to External Parties
CWE-639
Authorization Bypass Through User-Controlled Key
CWE-125
Out-of-bounds Read
CWE-404
Improper Resource Shutdown or Release
CWE-275
CWE-275
CWE-284
Improper Access Control
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer
CWE-1333
Inefficient Regular Expression Complexity
CWE-1321
Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
CWE-416
Use After Free
CWE-401
Missing Release of Memory after Effective Lifetime
CWE-476
NULL Pointer Dereference
CWE-295
Improper Certificate Validation
CWE-668
Exposure of Resource to Wrong Sphere
CWE-829
Inclusion of Functionality from Untrusted Control Sphere
CWE-327
Use of a Broken or Risky Cryptographic Algorithm
CWE-400
Uncontrolled Resource Consumption
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-502
Deserialization of Untrusted Data
CWE-918
Server-Side Request Forgery (SSRF)
CWE-78
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
CWE-787
Out-of-bounds Write
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
CWE-122
Heap-based Buffer Overflow
CWE-121
Stack-based Buffer Overflow
CWE-681
Incorrect Conversion between Numeric Types
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')
CWE-269
Improper Privilege Management
CWE-20
Improper Input Validation
CWE-87
Improper Neutralization of Alternate XSS Syntax
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CWE-18
CWE-18
CWE-385
Covert Timing Channel
CWE-606
Unchecked Input for Loop Condition
CWE-192
Integer Coercion Error
CWE-390
Detection of Error Condition Without Action
CWE-1325
Improperly Controlled Sequential Memory Allocation
CWE-222
Truncation of Security-relevant Information
CWE-131
Incorrect Calculation of Buffer Size
CWE-59
Improper Link Resolution Before File Access ('Link Following')
CWE-304
Missing Critical Step in Authentication
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE" } }, "lang": "nl", "notes": [ { "category": "legal_disclaimer", "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings." }, { "category": "description", "text": "Oracle heeft kwetsbaarheden verholpen in diverse Database producten en subsystemen, zoals de Core database, Application Express, Autonomous Health Framework, Essbase, GoldenGate, SQL Developer en Secure Backup.", "title": "Feiten" }, { "category": "description", "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorie\u00ebn schade:\n\n- Denial-of-Service (DoS)\n- Manipuleren van data\n- Toegang tot gevoelige gegevens", "title": "Interpretaties" }, { "category": "description", "text": "Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.", "title": "Oplossingen" }, { "category": "general", "text": "medium", "title": "Kans" }, { "category": "general", "text": "high", "title": "Schade" }, { "category": "general", "text": "Improper Handling of Length Parameter Inconsistency", "title": "CWE-130" }, { "category": "general", "text": "Observable Timing Discrepancy", "title": "CWE-208" }, { "category": "general", "text": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)", "title": "CWE-776" }, { "category": "general", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" }, { "category": "general", "text": "Improper Handling of Exceptional Conditions", "title": "CWE-755" }, { "category": "general", "text": "Excessive Iteration", "title": "CWE-834" }, { "category": "general", "text": "Inefficient Algorithmic Complexity", "title": "CWE-407" }, { "category": "general", "text": "Improper Handling of Case Sensitivity", "title": "CWE-178" }, { "category": "general", "text": "Incorrect Permission Assignment for Critical Resource", "title": "CWE-732" }, { "category": "general", "text": "Double Free", "title": "CWE-415" }, { "category": "general", "text": "Missing Encryption of Sensitive Data", "title": "CWE-311" }, { "category": "general", "text": "Uncontrolled Search Path Element", "title": "CWE-427" }, { "category": "general", "text": "Encoding Error", "title": "CWE-172" }, { "category": "general", "text": "Integer Overflow to Buffer Overflow", "title": "CWE-680" }, { "category": "general", "text": "Untrusted Search Path", "title": "CWE-426" }, { "category": "general", "text": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)", "title": "CWE-843" }, { "category": "general", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" }, { "category": "general", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" }, { "category": "general", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" }, { "category": "general", "text": "Observable Discrepancy", "title": "CWE-203" }, { "category": "general", "text": "Integer Overflow or Wraparound", "title": "CWE-190" }, { "category": "general", "text": "Files or Directories Accessible to External Parties", "title": "CWE-552" }, { "category": "general", "text": "Authorization Bypass Through User-Controlled Key", "title": "CWE-639" }, { "category": "general", "text": "Out-of-bounds Read", "title": "CWE-125" }, { "category": "general", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "general", "text": "CWE-275", "title": "CWE-275" }, { "category": "general", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "general", "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer", "title": "CWE-119" }, { "category": "general", "text": "Inefficient Regular Expression Complexity", "title": "CWE-1333" }, { "category": "general", "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)", "title": "CWE-1321" }, { "category": "general", "text": "Use After Free", "title": "CWE-416" }, { "category": "general", "text": "Missing Release of Memory after Effective Lifetime", "title": "CWE-401" }, { "category": "general", "text": "NULL Pointer Dereference", "title": "CWE-476" }, { "category": "general", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "general", "text": "Exposure of Resource to Wrong Sphere", "title": "CWE-668" }, { "category": "general", "text": "Inclusion of Functionality from Untrusted Control Sphere", "title": "CWE-829" }, { "category": "general", "text": "Use of a Broken or Risky Cryptographic Algorithm", "title": "CWE-327" }, { "category": "general", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "general", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" }, { "category": "general", "text": "Deserialization of Untrusted Data", "title": "CWE-502" }, { "category": "general", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" }, { "category": "general", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" }, { "category": "general", "text": "Out-of-bounds Write", "title": "CWE-787" }, { "category": "general", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "general", "text": "Heap-based Buffer Overflow", "title": "CWE-122" }, { "category": "general", "text": "Stack-based Buffer Overflow", "title": "CWE-121" }, { "category": "general", "text": "Incorrect Conversion between Numeric Types", "title": "CWE-681" }, { "category": "general", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" }, { "category": "general", "text": "Improper Privilege Management", "title": "CWE-269" }, { "category": "general", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "general", "text": "Improper Neutralization of Alternate XSS Syntax", "title": "CWE-87" }, { "category": "general", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" }, { "category": "general", "text": "CWE-18", "title": "CWE-18" }, { "category": "general", "text": "Covert Timing Channel", "title": "CWE-385" }, { "category": "general", "text": "Unchecked Input for Loop Condition", "title": "CWE-606" }, { "category": "general", "text": "Integer Coercion Error", "title": "CWE-192" }, { "category": "general", "text": "Detection of Error Condition Without Action", "title": "CWE-390" }, { "category": "general", "text": "Improperly Controlled Sequential Memory Allocation", "title": "CWE-1325" }, { "category": "general", "text": "Truncation of Security-relevant Information", "title": "CWE-222" }, { "category": "general", "text": "Incorrect Calculation of Buffer Size", "title": "CWE-131" }, { "category": "general", "text": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)", "title": "CWE-59" }, { "category": "general", "text": "Missing Critical Step in Authentication", "title": "CWE-304" } ], "publisher": { "category": "coordinator", "contact_details": "cert@ncsc.nl", "name": "Nationaal Cyber Security Centrum", "namespace": "https://www.ncsc.nl/" }, "references": [ { "category": "external", "summary": "Reference - cveprojectv5; hkcert; nvd; oracle; redhat", "url": "https://www.oracle.com/security-alerts/cpuoct2024.html" } ], "title": "Kwetsbaarheden verholpen in Oracle Database producten", "tracking": { "current_release_date": "2024-10-17T13:15:19.595269Z", "id": "NCSC-2024-0411", "initial_release_date": "2024-10-17T13:15:19.595269Z", "revision_history": [ { "date": "2024-10-17T13:15:19.595269Z", "number": "0", "summary": "Initiele versie" } ], "status": "final", "version": "1.0.0" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "database_-_grid", "product": { "name": "database_-_grid", "product_id": "CSAFPID-1673504", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_grid:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_grid", "product": { "name": "database_-_grid", "product_id": "CSAFPID-1673506", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_grid:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_core", "product": { "name": "database_-_core", "product_id": "CSAFPID-1673386", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_core:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_core", "product": { "name": "database_-_core", "product_id": "CSAFPID-1673385", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_core:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_core", "product": { "name": "database_-_core", "product_id": "CSAFPID-1673442", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_core:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_security", "product": { "name": "database_-_security", "product_id": "CSAFPID-1673507", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_security:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_security", "product": { "name": "database_-_security", "product_id": "CSAFPID-1673509", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_security:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_security", "product": { "name": "database_-_security", "product_id": "CSAFPID-1673508", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_security:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph_mapviewer", "product": { "name": "spatial_and_graph_mapviewer", "product_id": "CSAFPID-912561", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph", "product": { "name": "spatial_and_graph", "product_id": "CSAFPID-764250", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph", "product": { "name": "spatial_and_graph", "product_id": "CSAFPID-1673511", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph", "product": { "name": "spatial_and_graph", "product_id": "CSAFPID-1673512", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph", "product": { "name": "spatial_and_graph", "product_id": "CSAFPID-816800", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph:23.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph", "product": { "name": "spatial_and_graph", "product_id": "CSAFPID-1673529", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "fleet_patching_and_provisioning_-_micronaut", "product": { "name": "fleet_patching_and_provisioning_-_micronaut", "product_id": "CSAFPID-1673492", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:fleet_patching_and_provisioning_-_micronaut:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "fleet_patching_and_provisioning", "product": { "name": "fleet_patching_and_provisioning", "product_id": "CSAFPID-1503603", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_xml_database", "product": { "name": "database_-_xml_database", "product_id": "CSAFPID-1673445", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_xml_database:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_xml_database", "product": { "name": "database_-_xml_database", "product_id": "CSAFPID-1673443", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_xml_database:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_xml_database", "product": { "name": "database_-_xml_database", "product_id": "CSAFPID-1673444", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_xml_database:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_java_vm", "product": { "name": "database_-_java_vm", "product_id": "CSAFPID-1673451", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_java_vm:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_java_vm", "product": { "name": "database_-_java_vm", "product_id": "CSAFPID-1673450", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_java_vm:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_java_vm", "product": { "name": "database_-_java_vm", "product_id": "CSAFPID-1673452", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_java_vm:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "autonomous_health_framework", "product": { "name": "autonomous_health_framework", "product_id": "CSAFPID-816798", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "autonomous_health_framework", "product": { "name": "autonomous_health_framework", "product_id": "CSAFPID-816799", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:23.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "autonomous_health_framework", "product": { "name": "autonomous_health_framework", "product_id": "CSAFPID-1673525", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:prior_to_24.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-912046", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-1503299", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-816855", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:17.0.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-816361", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:21.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-912045", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-1503302", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-912044", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-1503306", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-816852", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.12:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-912600", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-816853", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-912601", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-816854", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition22.3.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sqlcl", "product": { "name": "sqlcl", "product_id": "CSAFPID-816801", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sqlcl", "product": { "name": "sqlcl", "product_id": "CSAFPID-1673405", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sqlcl:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express_administration", "product": { "name": "application_express_administration", "product_id": "CSAFPID-764731", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express_administration:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express_customers_plugin", "product": { "name": "application_express_customers_plugin", "product_id": "CSAFPID-764732", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express_customers_plugin:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express_team_calendar_plugin", "product": { "name": "application_express_team_calendar_plugin", "product_id": "CSAFPID-764733", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express_team_calendar_plugin:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express", "product": { "name": "application_express", "product_id": "CSAFPID-266119", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express", "product": { "name": "application_express", "product_id": "CSAFPID-1673510", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express:23.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express", "product": { "name": "application_express", "product_id": "CSAFPID-1503575", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express", "product": { "name": "application_express", "product_id": "CSAFPID-1673188", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express:24.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "autonomous_health_framework", "product": { "name": "autonomous_health_framework", "product_id": "CSAFPID-765238", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:19c:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "autonomous_health_framework", "product": { "name": "autonomous_health_framework", "product_id": "CSAFPID-765239", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:21c:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "blockchain_platform", "product": { "name": "blockchain_platform", "product_id": "CSAFPID-764779", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:blockchain_platform:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "blockchain_platform", "product": { "name": "blockchain_platform", "product_id": "CSAFPID-89587", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-765259", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:_security_and_provisioning___21.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-187448", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-94075", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-220886", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.4.3.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-611394", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.5.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-816317", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.5.3.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-912567", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-1503612", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-1673479", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_essbase", "product": { "name": "oracle_essbase", "product_id": "CSAFPID-1650506", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_essbase:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_big_data_and_application_adapters", "product": { "name": "goldengate_big_data_and_application_adapters", "product_id": "CSAFPID-816845", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_big_data_and_application_adapters", "product": { "name": "goldengate_big_data_and_application_adapters", "product_id": "CSAFPID-1650825", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:19.1.0.0.0-19.1.0.0.18:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_big_data_and_application_adapters", "product": { "name": "goldengate_big_data_and_application_adapters", "product_id": "CSAFPID-1673404", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_big_data_and_application_adapters", "product": { "name": "goldengate_big_data_and_application_adapters", "product_id": "CSAFPID-1650831", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:21.3-21.14.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_big_data", "product": { "name": "goldengate_big_data", "product_id": "CSAFPID-764274", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_big_data:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_stream_analytics", "product": { "name": "goldengate_stream_analytics", "product_id": "CSAFPID-764752", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_stream_analytics", "product": { "name": "goldengate_stream_analytics", "product_id": "CSAFPID-1673384", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_stream_analytics", "product": { "name": "goldengate_stream_analytics", "product_id": "CSAFPID-220192", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_stream_analytics", "product": { "name": "goldengate_stream_analytics", "product_id": "CSAFPID-220193", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_studio", "product": { "name": "goldengate_studio", "product_id": "CSAFPID-816846", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_studio", "product": { "name": "goldengate_studio", "product_id": "CSAFPID-611390", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_studio:12.2.1.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_studio", "product": { "name": "goldengate_studio", "product_id": "CSAFPID-764803", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_studio:fusion_middleware_12.2.1.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_veridata", "product": { "name": "goldengate_veridata", "product_id": "CSAFPID-764275", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate", "product": { "name": "goldengate", "product_id": "CSAFPID-342816", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate", "product": { "name": "goldengate", "product_id": "CSAFPID-1650767", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate:19.1.0.0.0-19.23.0.0.240716:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate", "product": { "name": "goldengate", "product_id": "CSAFPID-485902", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate:19.1.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate", "product": { "name": "goldengate", "product_id": "CSAFPID-1503736", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate:19.23.0.0.240716:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate", "product": { "name": "goldengate", "product_id": "CSAFPID-219912", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate:19c:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate", "product": { "name": "goldengate", "product_id": "CSAFPID-1503739", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate:21.14:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate", "product": { "name": "goldengate", "product_id": "CSAFPID-1650765", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate:21.3-21.14:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate", "product": { "name": "goldengate", "product_id": "CSAFPID-1503738", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate:21.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_goldengate_stream_analytics", "product": { "name": "oracle_goldengate_stream_analytics", "product_id": "CSAFPID-1650515", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_goldengate_stream_analytics:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "management_pack_for__goldengate", "product": { "name": "management_pack_for__goldengate", "product_id": "CSAFPID-764861", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:management_pack_for__goldengate:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "management_pack_for__goldengate", "product": { "name": "management_pack_for__goldengate", "product_id": "CSAFPID-1503640", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_goldengate_studio", "product": { "name": "oracle_goldengate_studio", "product_id": "CSAFPID-1650835", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_goldengate_studio:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_goldengate", "product": { "name": "oracle_goldengate", "product_id": "CSAFPID-1650575", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_goldengate:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-764813", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1503661", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1503663", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673497", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:1.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-764764", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:19.5.33:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-764765", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:20.3.28:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673491", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:20.3.40:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-764766", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:21.2.55:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673495", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:21.2.71:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-764767", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:22.3.26:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673493", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:22.3.45:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673489", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:23.3.33:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673488", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:24.1.17:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1650757", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_19.5.42:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1650758", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_20.3.40:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1650761", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_21.2.27:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1650760", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_22.3.46:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1650759", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_23.3.32:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_nosql_database", "product": { "name": "oracle_nosql_database", "product_id": "CSAFPID-1650584", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_nosql_database:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_secure_backup", "product": { "name": "oracle_secure_backup", "product_id": "CSAFPID-1650563", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_secure_backup:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "secure_backup", "product": { "name": "secure_backup", "product_id": "CSAFPID-667692", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:secure_backup:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "secure_backup", "product": { "name": "secure_backup", "product_id": "CSAFPID-345049", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "secure_backup", "product": { "name": "secure_backup", "product_id": "CSAFPID-611417", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "secure_backup", "product": { "name": "secure_backup", "product_id": "CSAFPID-1673422", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:secure_backup:19.1.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_sql_developer", "product": { "name": "oracle_sql_developer", "product_id": "CSAFPID-1650638", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_sql_developer:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sql_developer", "product": { "name": "sql_developer", "product_id": "CSAFPID-764822", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sql_developer:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sql_developer", "product": { "name": "sql_developer", "product_id": "CSAFPID-220643", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sql_developer:21.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sql_developer", "product": { "name": "sql_developer", "product_id": "CSAFPID-816870", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sql_developer:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sql_developer", "product": { "name": "sql_developer", "product_id": "CSAFPID-816871", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sql_developer:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sql_developer", "product": { "name": "sql_developer", "product_id": "CSAFPID-1673397", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sql_developer:24.3.0:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle" }, { "branches": [ { "category": "product_name", "name": "oracle_application_express", "product": { "name": "oracle_application_express", "product_id": "CSAFPID-1673144", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle_corporation:oracle_application_express:24.1:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle_corporation" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-1471", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "notes": [ { "category": "other", "text": "Deserialization of Untrusted Data", "title": "CWE-502" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-220886", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764822", "CSAFPID-1650515", "CSAFPID-1650638", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-89587", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044" ] }, "references": [ { "category": "self", "summary": "CVE-2022-1471", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-1471.json" } ], "title": "CVE-2022-1471" }, { "cve": "CVE-2022-34169", "cwe": { "id": "CWE-192", "name": "Integer Coercion Error" }, "notes": [ { "category": "other", "text": "Integer Coercion Error", "title": "CWE-192" }, { "category": "other", "text": "Incorrect Conversion between Numeric Types", "title": "CWE-681" } ], "product_status": { "known_affected": [ "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-342816", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-764752", "CSAFPID-764275", "CSAFPID-764861", "CSAFPID-266119", "CSAFPID-187448", "CSAFPID-219912", "CSAFPID-765238", "CSAFPID-765239", "CSAFPID-765259", "CSAFPID-667692", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-764250", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2022-34169", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-34169.json" } ], "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": [ "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-342816", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-764752", "CSAFPID-764275", "CSAFPID-764861", "CSAFPID-266119", "CSAFPID-187448", "CSAFPID-219912", "CSAFPID-765238", "CSAFPID-765239", "CSAFPID-765259", "CSAFPID-667692", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-764250", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2022-34169" }, { "cve": "CVE-2022-36033", "cwe": { "id": "CWE-87", "name": "Improper Neutralization of Alternate XSS Syntax" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Alternate XSS Syntax", "title": "CWE-87" }, { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-220886", "CSAFPID-94075", "CSAFPID-764803", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764861", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-266119", "CSAFPID-187448", "CSAFPID-1650515", "CSAFPID-1650835", "CSAFPID-219912", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-667692", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-1503575", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-912567", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2022-36033", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-36033.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-220886", "CSAFPID-94075", "CSAFPID-764803", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764861", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-266119", "CSAFPID-187448", "CSAFPID-1650515", "CSAFPID-1650835", "CSAFPID-219912", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-667692", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-1503575", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-912567", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2022-36033" }, { "cve": "CVE-2022-37454", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "other", "text": "Integer Overflow or Wraparound", "title": "CWE-190" }, { "category": "other", "text": "Integer Overflow to Buffer Overflow", "title": "CWE-680" } ], "product_status": { "known_affected": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-1650563", "CSAFPID-89587", "CSAFPID-764861" ] }, "references": [ { "category": "self", "summary": "CVE-2022-37454", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-37454.json" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-1650563", "CSAFPID-89587", "CSAFPID-764861" ] } ], "title": "CVE-2022-37454" }, { "cve": "CVE-2022-38136", "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2022-38136", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-38136.json" } ], "title": "CVE-2022-38136" }, { "cve": "CVE-2022-40196", "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2022-40196", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-40196.json" } ], "title": "CVE-2022-40196" }, { "cve": "CVE-2022-41342", "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2022-41342", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-41342.json" } ], "title": "CVE-2022-41342" }, { "cve": "CVE-2022-42919", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "other", "text": "Missing Encryption of Sensitive Data", "title": "CWE-311" }, { "category": "other", "text": "Improper Privilege Management", "title": "CWE-269" } ], "product_status": { "known_affected": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2022-42919", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-42919.json" } ], "title": "CVE-2022-42919" }, { "cve": "CVE-2022-45061", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Inefficient Algorithmic Complexity", "title": "CWE-407" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2022-45061", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-45061.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-89587" ] } ], "title": "CVE-2022-45061" }, { "cve": "CVE-2022-46337", "product_status": { "known_affected": [ "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-764752", "CSAFPID-764275", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-764250", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-342816", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-816361", "CSAFPID-764813", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692" ] }, "references": [ { "category": "self", "summary": "CVE-2022-46337", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-46337.json" } ], "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": [ "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-764752", "CSAFPID-764275", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-764250", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-342816", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-816361", "CSAFPID-764813", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692" ] } ], "title": "CVE-2022-46337" }, { "cve": "CVE-2023-2976", "cwe": { "id": "CWE-552", "name": "Files or Directories Accessible to External Parties" }, "notes": [ { "category": "other", "text": "Files or Directories Accessible to External Parties", "title": "CWE-552" } ], "product_status": { "known_affected": [ "CSAFPID-1650584", "CSAFPID-1650835", "CSAFPID-1650506", "CSAFPID-1650515", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-342816", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-764813", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692", "CSAFPID-89587", "CSAFPID-1673397", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-345049", "CSAFPID-816801", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-611417", "CSAFPID-764250", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-2976", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-2976.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1650584", "CSAFPID-1650835", "CSAFPID-1650506", "CSAFPID-1650515", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-342816", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-764813", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692", "CSAFPID-89587", "CSAFPID-1673397", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-345049", "CSAFPID-816801", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-611417", "CSAFPID-764250", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-2976" }, { "cve": "CVE-2023-4043", "cwe": { "id": "CWE-834", "name": "Excessive Iteration" }, "notes": [ { "category": "other", "text": "Excessive Iteration", "title": "CWE-834" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1673405", "CSAFPID-1673397", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-4043", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4043.json" } ], "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": [ "CSAFPID-1673405", "CSAFPID-1673397", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-4043" }, { "cve": "CVE-2023-4759", "cwe": { "id": "CWE-59", "name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)" }, "notes": [ { "category": "other", "text": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)", "title": "CWE-59" }, { "category": "other", "text": "Improper Handling of Case Sensitivity", "title": "CWE-178" } ], "product_status": { "known_affected": [ "CSAFPID-1673397", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2023-4759", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4759.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673397", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2023-4759" }, { "cve": "CVE-2023-4863", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "notes": [ { "category": "other", "text": "Heap-based Buffer Overflow", "title": "CWE-122" }, { "category": "other", "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer", "title": "CWE-119" }, { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-342816", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801" ] }, "references": [ { "category": "self", "summary": "CVE-2023-4863", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4863.json" } ], "title": "CVE-2023-4863" }, { "cve": "CVE-2023-5072", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1650575", "CSAFPID-1650515", "CSAFPID-1650835", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-5072", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5072.json" } ], "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": [ "CSAFPID-1650575", "CSAFPID-1650515", "CSAFPID-1650835", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-5072" }, { "cve": "CVE-2023-26031", "cwe": { "id": "CWE-426", "name": "Untrusted Search Path" }, "notes": [ { "category": "other", "text": "Untrusted Search Path", "title": "CWE-426" } ], "product_status": { "known_affected": [ "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26031", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26031.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2023-26031" }, { "cve": "CVE-2023-26551", "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26551", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26551.json" } ], "scores": [ { "cvss_v3": { "baseScore": 0.0, "baseSeverity": "NONE", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-26551" }, { "cve": "CVE-2023-26552", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26552", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26552.json" } ], "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": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-26552" }, { "cve": "CVE-2023-26553", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26553", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26553.json" } ], "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": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-26553" }, { "cve": "CVE-2023-26554", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26554", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26554.json" } ], "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": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-26554" }, { "cve": "CVE-2023-26555", "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26555", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26555.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-26555" }, { "cve": "CVE-2023-28484", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-764250", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-816317", "CSAFPID-764813", "CSAFPID-89587", "CSAFPID-342816", "CSAFPID-345049", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-611417", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-667692", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] }, "references": [ { "category": "self", "summary": "CVE-2023-28484", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-28484.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-764250", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-816317", "CSAFPID-764813", "CSAFPID-89587", "CSAFPID-342816", "CSAFPID-345049", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-611417", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-667692", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] } ], "title": "CVE-2023-28484" }, { "cve": "CVE-2023-29469", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "other", "text": "Double Free", "title": "CWE-415" } ], "product_status": { "known_affected": [ "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-816317", "CSAFPID-89587", "CSAFPID-220886", "CSAFPID-342816", "CSAFPID-345049", "CSAFPID-764752", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-667692", "CSAFPID-764813", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764250", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] }, "references": [ { "category": "self", "summary": "CVE-2023-29469", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29469.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-816317", "CSAFPID-89587", "CSAFPID-220886", "CSAFPID-342816", "CSAFPID-345049", "CSAFPID-764752", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-667692", "CSAFPID-764813", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764250", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] } ], "title": "CVE-2023-29469" }, { "cve": "CVE-2023-33201", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "product_status": { "known_affected": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-1650584", "CSAFPID-1673397", "CSAFPID-912561", "CSAFPID-345049", "CSAFPID-611390", "CSAFPID-611417", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-33201", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33201.json" } ], "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": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-1650584", "CSAFPID-1673397", "CSAFPID-912561", "CSAFPID-345049", "CSAFPID-611390", "CSAFPID-611417", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-33201" }, { "cve": "CVE-2023-37920", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "other", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "other", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612" ] }, "references": [ { "category": "self", "summary": "CVE-2023-37920", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-37920.json" } ], "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": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612" ] } ], "title": "CVE-2023-37920" }, { "cve": "CVE-2023-39410", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "notes": [ { "category": "other", "text": "Deserialization of Untrusted Data", "title": "CWE-502" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1673404", "CSAFPID-1673384", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] }, "references": [ { "category": "self", "summary": "CVE-2023-39410", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-39410.json" } ], "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": [ "CSAFPID-1673404", "CSAFPID-1673384", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] } ], "title": "CVE-2023-39410" }, { "cve": "CVE-2023-44487", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1650757", "CSAFPID-1650758", "CSAFPID-1650759", "CSAFPID-1650760", "CSAFPID-1650761", "CSAFPID-89587", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503603", "CSAFPID-1503575", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-44487", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44487.json" } ], "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": [ "CSAFPID-1650757", "CSAFPID-1650758", "CSAFPID-1650759", "CSAFPID-1650760", "CSAFPID-1650761", "CSAFPID-89587", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503603", "CSAFPID-1503575", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-44487" }, { "cve": "CVE-2023-44981", "cwe": { "id": "CWE-639", "name": "Authorization Bypass Through User-Controlled Key" }, "notes": [ { "category": "other", "text": "Authorization Bypass Through User-Controlled Key", "title": "CWE-639" } ], "product_status": { "known_affected": [ "CSAFPID-1650515", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601" ] }, "references": [ { "category": "self", "summary": "CVE-2023-44981", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44981.json" } ], "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": [ "CSAFPID-1650515", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601" ] } ], "title": "CVE-2023-44981" }, { "cve": "CVE-2023-45288", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-45288", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-45288.json" } ], "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": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-45288" }, { "cve": "CVE-2023-48795", "cwe": { "id": "CWE-222", "name": "Truncation of Security-relevant Information" }, "notes": [ { "category": "other", "text": "Truncation of Security-relevant Information", "title": "CWE-222" } ], "product_status": { "known_affected": [ "CSAFPID-1650765", "CSAFPID-1650757", "CSAFPID-1650758", "CSAFPID-1650767", "CSAFPID-1650759", "CSAFPID-1650760", "CSAFPID-1650761", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503575", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-48795", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-48795.json" } ], "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:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1650765", "CSAFPID-1650757", "CSAFPID-1650758", "CSAFPID-1650767", "CSAFPID-1650759", "CSAFPID-1650760", "CSAFPID-1650761", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503575", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-48795" }, { "cve": "CVE-2023-49083", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2023-49083", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-49083.json" } ], "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": [ "CSAFPID-89587", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2023-49083" }, { "cve": "CVE-2023-51384", "cwe": { "id": "CWE-304", "name": "Missing Critical Step in Authentication" }, "notes": [ { "category": "other", "text": "Missing Critical Step in Authentication", "title": "CWE-304" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-51384", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-51384.json" } ], "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:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-51384" }, { "cve": "CVE-2023-51385", "cwe": { "id": "CWE-78", "name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-51385", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-51385.json" } ], "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": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-51385" }, { "cve": "CVE-2023-52425", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2023-52425", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52425.json" } ], "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": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2023-52425" }, { "cve": "CVE-2023-52426", "cwe": { "id": "CWE-776", "name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)" }, "notes": [ { "category": "other", "text": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)", "title": "CWE-776" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2023-52426", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52426.json" } ], "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": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2023-52426" }, { "cve": "CVE-2024-1874", "cwe": { "id": "CWE-77", "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" }, { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" } ], "product_status": { "known_affected": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-1874", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-1874.json" } ], "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": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-1874" }, { "cve": "CVE-2024-2408", "cwe": { "id": "CWE-203", "name": "Observable Discrepancy" }, "notes": [ { "category": "other", "text": "Observable Discrepancy", "title": "CWE-203" }, { "category": "other", "text": "Observable Timing Discrepancy", "title": "CWE-208" }, { "category": "other", "text": "Use of a Broken or Risky Cryptographic Algorithm", "title": "CWE-327" }, { "category": "other", "text": "Covert Timing Channel", "title": "CWE-385" } ], "product_status": { "known_affected": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-2408", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2408.json" } ], "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": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-2408" }, { "cve": "CVE-2024-2511", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improperly Controlled Sequential Memory Allocation", "title": "CWE-1325" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-2511", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2511.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-2511" }, { "cve": "CVE-2024-4577", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" }, { "category": "other", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" } ], "product_status": { "known_affected": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-4577", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4577.json" } ], "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": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-4577" }, { "cve": "CVE-2024-4603", "cwe": { "id": "CWE-606", "name": "Unchecked Input for Loop Condition" }, "notes": [ { "category": "other", "text": "Unchecked Input for Loop Condition", "title": "CWE-606" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-4603", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4603.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-4603" }, { "cve": "CVE-2024-4741", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-4741", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4741.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-4741" }, { "cve": "CVE-2024-5458", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-5458", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5458.json" } ], "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": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-5458" }, { "cve": "CVE-2024-5535", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "other", "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer", "title": "CWE-119" } ], "product_status": { "known_affected": [ "CSAFPID-1673508", "CSAFPID-1673525" ] }, "references": [ { "category": "self", "summary": "CVE-2024-5535", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5535.json" } ], "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:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673508", "CSAFPID-1673525" ] } ], "title": "CVE-2024-5535" }, { "cve": "CVE-2024-5585", "cwe": { "id": "CWE-116", "name": "Improper Encoding or Escaping of Output" }, "notes": [ { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" }, { "category": "other", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" }, { "category": "other", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" } ], "product_status": { "known_affected": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-5585", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5585.json" } ], "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": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-5585" }, { "cve": "CVE-2024-6119", "cwe": { "id": "CWE-843", "name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)" }, "notes": [ { "category": "other", "text": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)", "title": "CWE-843" } ], "product_status": { "known_affected": [ "CSAFPID-1673508", "CSAFPID-1673525" ] }, "references": [ { "category": "self", "summary": "CVE-2024-6119", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6119.json" } ], "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:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673508", "CSAFPID-1673525" ] } ], "title": "CVE-2024-6119" }, { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "notes": [ { "category": "other", "text": "Inefficient Regular Expression Complexity", "title": "CWE-1333" } ], "references": [ { "category": "self", "summary": "CVE-2024-6232", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6232.json" } ], "title": "CVE-2024-6232" }, { "cve": "CVE-2024-7264", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "other", "text": "Out-of-bounds Read", "title": "CWE-125" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1673529", "CSAFPID-1673479", "CSAFPID-1673511", "CSAFPID-1673512" ] }, "references": [ { "category": "self", "summary": "CVE-2024-7264", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7264.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673529", "CSAFPID-1673479", "CSAFPID-1673511", "CSAFPID-1673512" ] } ], "title": "CVE-2024-7264" }, { "cve": "CVE-2024-7592", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "references": [ { "category": "self", "summary": "CVE-2024-7592", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7592.json" } ], "title": "CVE-2024-7592" }, { "cve": "CVE-2024-21131", "product_status": { "known_affected": [ "CSAFPID-1503299", "CSAFPID-1503306", "CSAFPID-1503302", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21131", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21131.json" } ], "title": "CVE-2024-21131" }, { "cve": "CVE-2024-21138", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "other", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" } ], "product_status": { "known_affected": [ "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21138", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21138.json" } ], "title": "CVE-2024-21138" }, { "cve": "CVE-2024-21140", "product_status": { "known_affected": [ "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503299", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21140", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21140.json" } ], "title": "CVE-2024-21140" }, { "cve": "CVE-2024-21144", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21144", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21144.json" } ], "title": "CVE-2024-21144" }, { "cve": "CVE-2024-21145", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-1503299", "CSAFPID-1503306", "CSAFPID-1503302", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21145", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21145.json" } ], "title": "CVE-2024-21145" }, { "cve": "CVE-2024-21147", "product_status": { "known_affected": [ "CSAFPID-1503306", "CSAFPID-1503302", "CSAFPID-1503299", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21147", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21147.json" } ], "title": "CVE-2024-21147" }, { "cve": "CVE-2024-21233", "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21233", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21233.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] } ], "title": "CVE-2024-21233" }, { "cve": "CVE-2024-21242", "product_status": { "known_affected": [ "CSAFPID-1673443", "CSAFPID-1673444", "CSAFPID-1673445" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21242", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21242.json" } ], "scores": [ { "cvss_v3": { "baseScore": 3.5, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "CSAFPID-1673443", "CSAFPID-1673444", "CSAFPID-1673445" ] } ], "title": "CVE-2024-21242" }, { "cve": "CVE-2024-21251", "product_status": { "known_affected": [ "CSAFPID-1673450", "CSAFPID-1673451", "CSAFPID-1673452" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21251", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21251.json" } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673450", "CSAFPID-1673451", "CSAFPID-1673452" ] } ], "title": "CVE-2024-21251" }, { "cve": "CVE-2024-21261", "product_status": { "known_affected": [ "CSAFPID-1673144", "CSAFPID-1503575", "CSAFPID-1673188" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21261", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21261.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673144", "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-21261" }, { "cve": "CVE-2024-22018", "cwe": { "id": "CWE-275", "name": "-" }, "notes": [ { "category": "other", "text": "CWE-275", "title": "CWE-275" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22018", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22018.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-22018" }, { "cve": "CVE-2024-22020", "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22020", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22020.json" } ], "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": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-22020" }, { "cve": "CVE-2024-22201", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1673384", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22201", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22201.json" } ], "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": [ "CSAFPID-1673384", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-22201" }, { "cve": "CVE-2024-23807", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-1650831", "CSAFPID-1650825", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23807", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23807.json" } ], "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": [ "CSAFPID-1650831", "CSAFPID-1650825", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-23807" }, { "cve": "CVE-2024-23944", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "product_status": { "known_affected": [ "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23944", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23944.json" } ], "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": [ "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-23944" }, { "cve": "CVE-2024-24989", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-24989", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24989.json" } ], "title": "CVE-2024-24989" }, { "cve": "CVE-2024-24990", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-24990", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24990.json" } ], "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": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-24990" }, { "cve": "CVE-2024-25710", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "other", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1673384", "CSAFPID-816871", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-342816", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-912046", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25710", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25710.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-89587", "CSAFPID-1673384", "CSAFPID-816871", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-342816", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-912046", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-25710" }, { "cve": "CVE-2024-26130", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26130", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26130.json" } ], "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": [ "CSAFPID-89587", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-26130" }, { "cve": "CVE-2024-26308", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1673384", "CSAFPID-816871", "CSAFPID-816798", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26308", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26308.json" } ], "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": [ "CSAFPID-89587", "CSAFPID-1673384", "CSAFPID-816871", "CSAFPID-816798", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-26308" }, { "cve": "CVE-2024-27983", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-27983", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27983.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H", "version": "3.1" }, "products": [ "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-27983" }, { "cve": "CVE-2024-28182", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Detection of Error Condition Without Action", "title": "CWE-390" }, { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1673442", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28182", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28182.json" } ], "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": [ "CSAFPID-1673442", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-28182" }, { "cve": "CVE-2024-28849", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28849", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28849.json" } ], "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": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-28849" }, { "cve": "CVE-2024-28887", "cwe": { "id": "CWE-427", "name": "Uncontrolled Search Path Element" }, "notes": [ { "category": "other", "text": "Uncontrolled Search Path Element", "title": "CWE-427" } ], "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28887", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28887.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] } ], "title": "CVE-2024-28887" }, { "cve": "CVE-2024-29025", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1673488", "CSAFPID-1673489", "CSAFPID-1673491", "CSAFPID-1673492", "CSAFPID-1673493", "CSAFPID-1673495", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29025", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29025.json" } ], "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": [ "CSAFPID-1673488", "CSAFPID-1673489", "CSAFPID-1673491", "CSAFPID-1673492", "CSAFPID-1673493", "CSAFPID-1673495", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-29025" }, { "cve": "CVE-2024-29131", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-1673497", "CSAFPID-1673397", "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29131", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29131.json" } ], "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": [ "CSAFPID-1673497", "CSAFPID-1673397", "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-29131" }, { "cve": "CVE-2024-29133", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-1673497", "CSAFPID-1673397", "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29133", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29133.json" } ], "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": [ "CSAFPID-1673497", "CSAFPID-1673397", "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-29133" }, { "cve": "CVE-2024-31079", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Stack-based Buffer Overflow", "title": "CWE-121" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-31079", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-31079.json" } ], "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": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-31079" }, { "cve": "CVE-2024-32760", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-32760", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-32760.json" } ], "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": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-32760" }, { "cve": "CVE-2024-34161", "cwe": { "id": "CWE-401", "name": "Missing Release of Memory after Effective Lifetime" }, "notes": [ { "category": "other", "text": "Missing Release of Memory after Effective Lifetime", "title": "CWE-401" }, { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-34161", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34161.json" } ], "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": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-34161" }, { "cve": "CVE-2024-34750", "cwe": { "id": "CWE-755", "name": "Improper Handling of Exceptional Conditions" }, "notes": [ { "category": "other", "text": "Improper Handling of Exceptional Conditions", "title": "CWE-755" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1673504", "CSAFPID-1673506" ] }, "references": [ { "category": "self", "summary": "CVE-2024-34750", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34750.json" } ], "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": [ "CSAFPID-1673504", "CSAFPID-1673506" ] } ], "title": "CVE-2024-34750" }, { "cve": "CVE-2024-35200", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-35200", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35200.json" } ], "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": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-35200" }, { "cve": "CVE-2024-36137", "cwe": { "id": "CWE-275", "name": "-" }, "notes": [ { "category": "other", "text": "CWE-275", "title": "CWE-275" }, { "category": "other", "text": "Incorrect Permission Assignment for Critical Resource", "title": "CWE-732" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-36137", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36137.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-36137" }, { "cve": "CVE-2024-36138", "cwe": { "id": "CWE-77", "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-36138", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36138.json" } ], "title": "CVE-2024-36138" }, { "cve": "CVE-2024-36387", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-36387", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36387.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-36387" }, { "cve": "CVE-2024-37370", "cwe": { "id": "CWE-130", "name": "Improper Handling of Length Parameter Inconsistency" }, "notes": [ { "category": "other", "text": "Improper Handling of Length Parameter Inconsistency", "title": "CWE-130" } ], "product_status": { "known_affected": [ "CSAFPID-1673507", "CSAFPID-1673508", "CSAFPID-1673509" ] }, "references": [ { "category": "self", "summary": "CVE-2024-37370", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37370.json" } ], "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:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673507", "CSAFPID-1673508", "CSAFPID-1673509" ] } ], "title": "CVE-2024-37370" }, { "cve": "CVE-2024-37371", "cwe": { "id": "CWE-130", "name": "Improper Handling of Length Parameter Inconsistency" }, "notes": [ { "category": "other", "text": "Improper Handling of Length Parameter Inconsistency", "title": "CWE-130" } ], "product_status": { "known_affected": [ "CSAFPID-1673507", "CSAFPID-1673508", "CSAFPID-1673509" ] }, "references": [ { "category": "self", "summary": "CVE-2024-37371", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37371.json" } ], "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:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673507", "CSAFPID-1673508", "CSAFPID-1673509" ] } ], "title": "CVE-2024-37371" }, { "cve": "CVE-2024-37372", "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-37372", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37372.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-37372" }, { "cve": "CVE-2024-38356", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-1673510", "CSAFPID-1503575", "CSAFPID-1673188" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38356", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38356.json" } ], "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": [ "CSAFPID-1673510", "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-38356" }, { "cve": "CVE-2024-38357", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-1673510", "CSAFPID-1503575", "CSAFPID-1673188" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38357", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38357.json" } ], "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": [ "CSAFPID-1673510", "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-38357" }, { "cve": "CVE-2024-38472", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38472", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38472.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38472" }, { "cve": "CVE-2024-38473", "cwe": { "id": "CWE-172", "name": "Encoding Error" }, "notes": [ { "category": "other", "text": "Encoding Error", "title": "CWE-172" }, { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38473", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38473.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38473" }, { "cve": "CVE-2024-38474", "cwe": { "id": "CWE-172", "name": "Encoding Error" }, "notes": [ { "category": "other", "text": "Encoding Error", "title": "CWE-172" }, { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38474", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38474.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38474" }, { "cve": "CVE-2024-38475", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38475", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38475.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38475" }, { "cve": "CVE-2024-38476", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "other", "text": "Inclusion of Functionality from Untrusted Control Sphere", "title": "CWE-829" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38476", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38476.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38476" }, { "cve": "CVE-2024-38477", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38477", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38477.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38477" }, { "cve": "CVE-2024-38998", "cwe": { "id": "CWE-1321", "name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)" }, "notes": [ { "category": "other", "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)", "title": "CWE-1321" } ], "product_status": { "known_affected": [ "CSAFPID-1673511", "CSAFPID-1673512", "CSAFPID-1503575", "CSAFPID-1673188" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38998", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38998.json" } ], "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": [ "CSAFPID-1673511", "CSAFPID-1673512", "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-38998" }, { "cve": "CVE-2024-38999", "cwe": { "id": "CWE-1321", "name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)" }, "notes": [ { "category": "other", "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)", "title": "CWE-1321" } ], "product_status": { "known_affected": [ "CSAFPID-1673511", "CSAFPID-1673512", "CSAFPID-1503575", "CSAFPID-1673188" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38999", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38999.json" } ], "scores": [ { "cvss_v3": { "baseScore": 10.0, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673511", "CSAFPID-1673512", "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-38999" }, { "cve": "CVE-2024-39573", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-39573", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39573.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-39573" }, { "cve": "CVE-2024-39884", "cwe": { "id": "CWE-18", "name": "-" }, "notes": [ { "category": "other", "text": "CWE-18", "title": "CWE-18" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-39884", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39884.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-39884" }, { "cve": "CVE-2024-40725", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "other", "text": "Exposure of Resource to Wrong Sphere", "title": "CWE-668" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479" ] }, "references": [ { "category": "self", "summary": "CVE-2024-40725", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40725.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479" ] } ], "title": "CVE-2024-40725" }, { "cve": "CVE-2024-40898", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479" ] }, "references": [ { "category": "self", "summary": "CVE-2024-40898", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40898.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479" ] } ], "title": "CVE-2024-40898" }, { "cve": "CVE-2024-45490", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "other", "text": "Integer Overflow or Wraparound", "title": "CWE-190" }, { "category": "other", "text": "Incorrect Calculation of Buffer Size", "title": "CWE-131" } ], "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-45490", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45490.json" } ], "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": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] } ], "title": "CVE-2024-45490" }, { "cve": "CVE-2024-45491", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "other", "text": "Integer Overflow or Wraparound", "title": "CWE-190" } ], "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-45491", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45491.json" } ], "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": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] } ], "title": "CVE-2024-45491" }, { "cve": "CVE-2024-45492", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "other", "text": "Integer Overflow or Wraparound", "title": "CWE-190" } ], "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-45492", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45492.json" } ], "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": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] } ], "title": "CVE-2024-45492" }, { "cve": "CVE-2024-45801", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "notes": [ { "category": "other", "text": "Inefficient Regular Expression Complexity", "title": "CWE-1333" }, { "category": "other", "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)", "title": "CWE-1321" } ], "product_status": { "known_affected": [ "CSAFPID-1503575", "CSAFPID-1673188" ] }, "references": [ { "category": "self", "summary": "CVE-2024-45801", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45801.json" } ], "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": [ "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-45801" } ] }
NCSC-2024-0294
Vulnerability from csaf_ncscnl
Published
2024-07-17 13:52
Modified
2024-07-17 13:52
Summary
Kwetsbaarheden verholpen in Oracle Communications
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Er zijn kwetsbaarheden verholpen in Oracle Communications.
Interpretaties
Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:
* Denial-of-Service (DoS)
* Toegang tot gevoelige gegevens
* Toegang tot systeemgegevens
* Manipulatie van gegevens
* (Remote) code execution (Gebruikersrechten)
Oplossingen
Oracle heeft updates beschikbaar gesteld om de kwetsbaarheden te verhelpen. Zie de referenties voor meer informatie.
Kans
medium
Schade
high
CWE-681
Incorrect Conversion between Numeric Types
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-787
Out-of-bounds Write
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')
CWE-88
Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
CWE-918
Server-Side Request Forgery (SSRF)
CWE-192
Integer Coercion Error
CWE-20
Improper Input Validation
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-222
Truncation of Security-relevant Information
CWE-284
Improper Access Control
CWE-295
Improper Certificate Validation
CWE-345
Insufficient Verification of Data Authenticity
CWE-352
Cross-Site Request Forgery (CSRF)
CWE-390
Detection of Error Condition Without Action
CWE-400
Uncontrolled Resource Consumption
CWE-404
Improper Resource Shutdown or Release
CWE-405
Asymmetric Resource Consumption (Amplification)
CWE-416
Use After Free
CWE-444
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
CWE-450
Multiple Interpretations of UI Input
CWE-459
Incomplete Cleanup
CWE-476
NULL Pointer Dereference
CWE-502
Deserialization of Untrusted Data
CWE-601
URL Redirection to Untrusted Site ('Open Redirect')
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE" } }, "lang": "nl", "notes": [ { "category": "legal_disclaimer", "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings." }, { "category": "description", "text": "Er zijn kwetsbaarheden verholpen in Oracle Communications.", "title": "Feiten" }, { "category": "description", "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorie\u00ebn schade:\n\n* Denial-of-Service (DoS)\n* Toegang tot gevoelige gegevens\n* Toegang tot systeemgegevens\n* Manipulatie van gegevens\n* (Remote) code execution (Gebruikersrechten)", "title": "Interpretaties" }, { "category": "description", "text": "Oracle heeft updates beschikbaar gesteld om de kwetsbaarheden te verhelpen. Zie de referenties voor meer informatie.", "title": "Oplossingen" }, { "category": "general", "text": "medium", "title": "Kans" }, { "category": "general", "text": "high", "title": "Schade" }, { "category": "general", "text": "Incorrect Conversion between Numeric Types", "title": "CWE-681" }, { "category": "general", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" }, { "category": "general", "text": "Out-of-bounds Write", "title": "CWE-787" }, { "category": "general", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" }, { "category": "general", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" }, { "category": "general", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" }, { "category": "general", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" }, { "category": "general", "text": "Integer Coercion Error", "title": "CWE-192" }, { "category": "general", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "general", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "general", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" }, { "category": "general", "text": "Truncation of Security-relevant Information", "title": "CWE-222" }, { "category": "general", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "general", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "general", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" }, { "category": "general", "text": "Cross-Site Request Forgery (CSRF)", "title": "CWE-352" }, { "category": "general", "text": "Detection of Error Condition Without Action", "title": "CWE-390" }, { "category": "general", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "general", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "general", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" }, { "category": "general", "text": "Use After Free", "title": "CWE-416" }, { "category": "general", "text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)", "title": "CWE-444" }, { "category": "general", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "general", "text": "Incomplete Cleanup", "title": "CWE-459" }, { "category": "general", "text": "NULL Pointer Dereference", "title": "CWE-476" }, { "category": "general", "text": "Deserialization of Untrusted Data", "title": "CWE-502" }, { "category": "general", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" } ], "publisher": { "category": "coordinator", "contact_details": "cert@ncsc.nl", "name": "Nationaal Cyber Security Centrum", "namespace": "https://www.ncsc.nl/" }, "references": [ { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10086" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-29425" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-41184" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-34169" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42890" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-48174" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24998" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-33201" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37920" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46589" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-51775" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52425" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-5685" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22201" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22234" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22257" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22262" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23672" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23807" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23897" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24549" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25062" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25710" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26130" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26308" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27316" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28182" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28752" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29025" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2961" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34069" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6162" }, { "category": "external", "summary": "Reference - oracle", "url": "https://www.oracle.com/docs/tech/security-alerts/cpujul2024csaf.json" }, { "category": "external", "summary": "Reference - cveprojectv5; ibm; nvd; oracle", "url": "https://www.oracle.com/security-alerts/cpujul2024.html" } ], "title": "Kwetsbaarheden verholpen in Oracle Communications", "tracking": { "current_release_date": "2024-07-17T13:52:53.293003Z", "id": "NCSC-2024-0294", "initial_release_date": "2024-07-17T13:52:53.293003Z", "revision_history": [ { "date": "2024-07-17T13:52:53.293003Z", "number": "0", "summary": "Initiele versie" } ], "status": "final", "version": "1.0.0" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "communications_asap", "product": { "name": "communications_asap", "product_id": "CSAFPID-204629", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_asap:7.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_asap", "product": { "name": "communications_asap", "product_id": "CSAFPID-816792", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_asap:7.4:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-10086", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "notes": [ { "category": "other", "text": "Deserialization of Untrusted Data", "title": "CWE-502" } ], "product_status": { "known_affected": [ "CSAFPID-204629", "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2019-10086", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2019/CVE-2019-10086.json" } ], "title": "CVE-2019-10086" }, { "cve": "CVE-2021-29425", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "other", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" } ], "product_status": { "known_affected": [ "CSAFPID-204629", "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2021-29425", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-29425.json" } ], "title": "CVE-2021-29425" }, { "cve": "CVE-2021-37533", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2021-37533", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-37533.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2021-37533" }, { "cve": "CVE-2021-41184", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-204629", "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2021-41184", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-41184.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-204629", "CSAFPID-816792" ] } ], "title": "CVE-2021-41184" }, { "cve": "CVE-2022-34169", "cwe": { "id": "CWE-192", "name": "Integer Coercion Error" }, "notes": [ { "category": "other", "text": "Integer Coercion Error", "title": "CWE-192" }, { "category": "other", "text": "Incorrect Conversion between Numeric Types", "title": "CWE-681" } ], "product_status": { "known_affected": [ "CSAFPID-204629", "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2022-34169", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-34169.json" } ], "title": "CVE-2022-34169" }, { "cve": "CVE-2022-36033", "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2022-36033", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-36033.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2022-36033" }, { "cve": "CVE-2022-42890", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" }, { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2022-42890", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-42890.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2022-42890" }, { "cve": "CVE-2022-48174", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2022-48174", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-48174.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2022-48174" }, { "cve": "CVE-2023-5685", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-5685", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5685.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-5685" }, { "cve": "CVE-2023-24998", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-24998", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-24998.json" } ], "title": "CVE-2023-24998" }, { "cve": "CVE-2023-33201", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-33201", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33201.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-33201" }, { "cve": "CVE-2023-37920", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "other", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "other", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-37920", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-37920.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-37920" }, { "cve": "CVE-2023-44487", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-44487", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44487.json" } ], "title": "CVE-2023-44487" }, { "cve": "CVE-2023-46589", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "other", "text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)", "title": "CWE-444" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-46589", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46589.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-46589" }, { "cve": "CVE-2023-48795", "cwe": { "id": "CWE-222", "name": "Truncation of Security-relevant Information" }, "notes": [ { "category": "other", "text": "Truncation of Security-relevant Information", "title": "CWE-222" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-48795", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-48795.json" } ], "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:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-48795" }, { "cve": "CVE-2023-51775", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-51775", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-51775.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-51775" }, { "cve": "CVE-2023-52425", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-52425", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52425.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-52425" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "notes": [ { "category": "other", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "other", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0450", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0450.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-0450" }, { "cve": "CVE-2024-2961", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-2961", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2961.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-2961" }, { "cve": "CVE-2024-6162", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-6162", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6162.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-6162" }, { "cve": "CVE-2024-22019", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22019", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22019.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-22019" }, { "cve": "CVE-2024-22201", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22201", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22201.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-22201" }, { "cve": "CVE-2024-22234", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22234", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22234.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-22234" }, { "cve": "CVE-2024-22257", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22257", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22257.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-22257" }, { "cve": "CVE-2024-22262", "cwe": { "id": "CWE-601", "name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)" }, "notes": [ { "category": "other", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22262", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22262.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-22262" }, { "cve": "CVE-2024-23672", "cwe": { "id": "CWE-459", "name": "Incomplete Cleanup" }, "notes": [ { "category": "other", "text": "Incomplete Cleanup", "title": "CWE-459" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23672", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23672.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-23672" }, { "cve": "CVE-2024-23807", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23807", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23807.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-23807" }, { "cve": "CVE-2024-23897", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "other", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23897", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23897.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-23897" }, { "cve": "CVE-2024-24549", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-24549", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24549.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-24549" }, { "cve": "CVE-2024-25062", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25062", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25062.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-25062" }, { "cve": "CVE-2024-25710", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "other", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25710", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25710.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-25710" }, { "cve": "CVE-2024-26130", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26130", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26130.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-26130" }, { "cve": "CVE-2024-26308", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26308", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26308.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-26308" }, { "cve": "CVE-2024-27316", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-27316", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27316.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-27316" }, { "cve": "CVE-2024-28182", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Detection of Error Condition Without Action", "title": "CWE-390" }, { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28182", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28182.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-28182" }, { "cve": "CVE-2024-28752", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28752", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28752.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-28752" }, { "cve": "CVE-2024-28849", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28849", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28849.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-28849" }, { "cve": "CVE-2024-29025", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29025", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29025.json" } ], "title": "CVE-2024-29025" }, { "cve": "CVE-2024-34064", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-34064", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34064.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-34064" }, { "cve": "CVE-2024-34069", "cwe": { "id": "CWE-352", "name": "Cross-Site Request Forgery (CSRF)" }, "notes": [ { "category": "other", "text": "Cross-Site Request Forgery (CSRF)", "title": "CWE-352" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-34069", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34069.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-34069" } ] }
NCSC-2024-0412
Vulnerability from csaf_ncscnl
Published
2024-10-17 13:16
Modified
2024-10-17 13:16
Summary
Kwetsbaarheden verholpen in Oracle Peoplesoft
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Oracle heeft kwetsbaarheden verholpen in Peoplesoft.
Interpretaties
Een kwaadwillende kan de kwetsbaarheden misbruiken om een Denial-of-Service (DoS) te veroorzaken, of om toegang te krijgen tot (persoons)gevoelige gegevens in de database en deze mogelijk te manipuleren.
Oplossingen
Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-405
Asymmetric Resource Consumption (Amplification)
CWE-450
Multiple Interpretations of UI Input
CWE-345
Insufficient Verification of Data Authenticity
CWE-77
Improper Neutralization of Special Elements used in a Command ('Command Injection')
CWE-416
Use After Free
CWE-476
NULL Pointer Dereference
CWE-295
Improper Certificate Validation
CWE-20
Improper Input Validation
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE" } }, "lang": "nl", "notes": [ { "category": "legal_disclaimer", "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings." }, { "category": "description", "text": "Oracle heeft kwetsbaarheden verholpen in Peoplesoft.", "title": "Feiten" }, { "category": "description", "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om een Denial-of-Service (DoS) te veroorzaken, of om toegang te krijgen tot (persoons)gevoelige gegevens in de database en deze mogelijk te manipuleren.", "title": "Interpretaties" }, { "category": "description", "text": "Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.", "title": "Oplossingen" }, { "category": "general", "text": "medium", "title": "Kans" }, { "category": "general", "text": "high", "title": "Schade" }, { "category": "general", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" }, { "category": "general", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "general", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" }, { "category": "general", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" }, { "category": "general", "text": "Use After Free", "title": "CWE-416" }, { "category": "general", "text": "NULL Pointer Dereference", "title": "CWE-476" }, { "category": "general", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "general", "text": "Improper Input Validation", "title": "CWE-20" } ], "publisher": { "category": "coordinator", "contact_details": "cert@ncsc.nl", "name": "Nationaal Cyber Security Centrum", "namespace": "https://www.ncsc.nl/" }, "references": [ { "category": "external", "summary": "Reference - cveprojectv5; hkcert; nvd; oracle; redhat", "url": "https://www.oracle.com/security-alerts/cpuoct2024.html" } ], "title": "Kwetsbaarheden verholpen in Oracle Peoplesoft", "tracking": { "current_release_date": "2024-10-17T13:16:18.175855Z", "id": "NCSC-2024-0412", "initial_release_date": "2024-10-17T13:16:18.175855Z", "revision_history": [ { "date": "2024-10-17T13:16:18.175855Z", "number": "0", "summary": "Initiele versie" } ], "status": "final", "version": "1.0.0" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "peoplesoft", "product": { "name": "peoplesoft", "product_id": "CSAFPID-1676099", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft:8.59:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft", "product": { "name": "peoplesoft", "product_id": "CSAFPID-1676097", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft:8.60:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft", "product": { "name": "peoplesoft", "product_id": "CSAFPID-1676096", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft:8.61:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft", "product": { "name": "peoplesoft", "product_id": "CSAFPID-1676098", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft___9.2.50", "product": { "name": "peoplesoft___9.2.50", "product_id": "CSAFPID-1676100", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft___9.2.50:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_cc_common_application_objects", "product": { "name": "peoplesoft_enterprise_cc_common_application_objects", "product_id": "CSAFPID-449779", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_cc_common_application_objects:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_crm_client_management", "product": { "name": "peoplesoft_enterprise_crm_client_management", "product_id": "CSAFPID-912607", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_crm_client_management:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_elm_enterprise_learning_management", "product": { "name": "peoplesoft_enterprise_elm_enterprise_learning_management", "product_id": "CSAFPID-1673472", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_elm_enterprise_learning_management:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_fin_expenses", "product": { "name": "peoplesoft_enterprise_fin_expenses", "product_id": "CSAFPID-172664", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_fin_expenses:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_benefits_administration", "product": { "name": "peoplesoft_enterprise_hcm_benefits_administration", "product_id": "CSAFPID-912052", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_benefits_administration:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673774", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673748", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673791", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.11:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673779", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.12:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673786", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.13:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673768", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.14:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673757", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673788", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.16:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673775", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.17:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673769", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.18:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673753", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.19:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673785", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673770", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.20:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673787", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.21:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673796", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673749", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.23:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673760", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673777", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.25:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673793", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.26:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673794", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.27:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673755", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.28:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673762", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.29:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673767", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673764", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.30:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673752", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.31:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673792", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.32:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673778", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.33:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673781", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.34:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673771", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.35:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673758", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.36:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673789", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.37:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673776", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.38:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673766", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.39:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673759", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673763", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.40:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673772", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.41:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673782", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.42:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673797", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.43:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673750", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.44:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673761", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.45:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673780", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.46:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673783", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.47:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673471", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.48-9.2.50:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673795", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.48:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673756", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.49:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673798", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673784", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.50:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673773", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673765", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673751", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673754", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product": { "name": "peoplesoft_enterprise_hcm_global_payroll_core", "product_id": "CSAFPID-1673790", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_global_payroll_core:9.2.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_human_resources", "product": { "name": "peoplesoft_enterprise_hcm_human_resources", "product_id": "CSAFPID-172663", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_human_resources:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_hcm_shared_components", "product": { "name": "peoplesoft_enterprise_hcm_shared_components", "product_id": "CSAFPID-607590", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_shared_components:9.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1682", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.59:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1681", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.60:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-816362", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.61:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503667", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_opensearch___8.59:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503672", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_opensearch___8.60:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503676", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_opensearch___8.61:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503669", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_web_server___8.59:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503673", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_web_server___8.60:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "peoplesoft_enterprise_peopletools", "product": { "name": "peoplesoft_enterprise_peopletools", "product_id": "CSAFPID-1503678", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_web_server___8.61:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-5752", "cwe": { "id": "CWE-77", "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" } ], "product_status": { "known_affected": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607" ] }, "references": [ { "category": "self", "summary": "CVE-2023-5752", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5752.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607" ] } ], "title": "CVE-2023-5752" }, { "cve": "CVE-2023-37920", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "other", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "other", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" } ], "product_status": { "known_affected": [ "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362" ] }, "references": [ { "category": "self", "summary": "CVE-2023-37920", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-37920.json" } ], "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": [ "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362" ] } ], "title": "CVE-2023-37920" }, { "cve": "CVE-2024-0232", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0232", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0232.json" } ], "title": "CVE-2024-0232" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "notes": [ { "category": "other", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "other", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" } ], "product_status": { "known_affected": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0450", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0450.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362" ] } ], "title": "CVE-2024-0450" }, { "cve": "CVE-2024-0727", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1503676", "CSAFPID-1503678" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0727", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0727.json" } ], "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": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1503676", "CSAFPID-1503678" ] } ], "title": "CVE-2024-0727" }, { "cve": "CVE-2024-21202", "product_status": { "known_affected": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21202", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21202.json" } ], "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": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21202" }, { "cve": "CVE-2024-21214", "product_status": { "known_affected": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21214", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21214.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21214" }, { "cve": "CVE-2024-21249", "product_status": { "known_affected": [ "CSAFPID-172664", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21249", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21249.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-172664", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21249" }, { "cve": "CVE-2024-21255", "product_status": { "known_affected": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21255", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21255.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816362", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21255" }, { "cve": "CVE-2024-21264", "product_status": { "known_affected": [ "CSAFPID-449779", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21264", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21264.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-449779", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21264" }, { "cve": "CVE-2024-21283", "product_status": { "known_affected": [ "CSAFPID-1673471", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21283", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21283.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673471", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21283" }, { "cve": "CVE-2024-21286", "product_status": { "known_affected": [ "CSAFPID-1673472", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21286", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21286.json" } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673472", "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100" ] } ], "title": "CVE-2024-21286" }, { "cve": "CVE-2024-26130", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1503676", "CSAFPID-1503678" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26130", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26130.json" } ], "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": [ "CSAFPID-1676096", "CSAFPID-1676097", "CSAFPID-1676098", "CSAFPID-1676099", "CSAFPID-1676100", "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-912052", "CSAFPID-912607", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1503676", "CSAFPID-1503678" ] } ], "title": "CVE-2024-26130" } ] }
ncsc-2024-0294
Vulnerability from csaf_ncscnl
Published
2024-07-17 13:52
Modified
2024-07-17 13:52
Summary
Kwetsbaarheden verholpen in Oracle Communications
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Er zijn kwetsbaarheden verholpen in Oracle Communications.
Interpretaties
Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:
* Denial-of-Service (DoS)
* Toegang tot gevoelige gegevens
* Toegang tot systeemgegevens
* Manipulatie van gegevens
* (Remote) code execution (Gebruikersrechten)
Oplossingen
Oracle heeft updates beschikbaar gesteld om de kwetsbaarheden te verhelpen. Zie de referenties voor meer informatie.
Kans
medium
Schade
high
CWE-681
Incorrect Conversion between Numeric Types
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-787
Out-of-bounds Write
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')
CWE-88
Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
CWE-918
Server-Side Request Forgery (SSRF)
CWE-192
Integer Coercion Error
CWE-20
Improper Input Validation
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-222
Truncation of Security-relevant Information
CWE-284
Improper Access Control
CWE-295
Improper Certificate Validation
CWE-345
Insufficient Verification of Data Authenticity
CWE-352
Cross-Site Request Forgery (CSRF)
CWE-390
Detection of Error Condition Without Action
CWE-400
Uncontrolled Resource Consumption
CWE-404
Improper Resource Shutdown or Release
CWE-405
Asymmetric Resource Consumption (Amplification)
CWE-416
Use After Free
CWE-444
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
CWE-450
Multiple Interpretations of UI Input
CWE-459
Incomplete Cleanup
CWE-476
NULL Pointer Dereference
CWE-502
Deserialization of Untrusted Data
CWE-601
URL Redirection to Untrusted Site ('Open Redirect')
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE" } }, "lang": "nl", "notes": [ { "category": "legal_disclaimer", "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings." }, { "category": "description", "text": "Er zijn kwetsbaarheden verholpen in Oracle Communications.", "title": "Feiten" }, { "category": "description", "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorie\u00ebn schade:\n\n* Denial-of-Service (DoS)\n* Toegang tot gevoelige gegevens\n* Toegang tot systeemgegevens\n* Manipulatie van gegevens\n* (Remote) code execution (Gebruikersrechten)", "title": "Interpretaties" }, { "category": "description", "text": "Oracle heeft updates beschikbaar gesteld om de kwetsbaarheden te verhelpen. Zie de referenties voor meer informatie.", "title": "Oplossingen" }, { "category": "general", "text": "medium", "title": "Kans" }, { "category": "general", "text": "high", "title": "Schade" }, { "category": "general", "text": "Incorrect Conversion between Numeric Types", "title": "CWE-681" }, { "category": "general", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" }, { "category": "general", "text": "Out-of-bounds Write", "title": "CWE-787" }, { "category": "general", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" }, { "category": "general", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" }, { "category": "general", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" }, { "category": "general", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" }, { "category": "general", "text": "Integer Coercion Error", "title": "CWE-192" }, { "category": "general", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "general", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "general", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" }, { "category": "general", "text": "Truncation of Security-relevant Information", "title": "CWE-222" }, { "category": "general", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "general", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "general", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" }, { "category": "general", "text": "Cross-Site Request Forgery (CSRF)", "title": "CWE-352" }, { "category": "general", "text": "Detection of Error Condition Without Action", "title": "CWE-390" }, { "category": "general", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "general", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "general", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" }, { "category": "general", "text": "Use After Free", "title": "CWE-416" }, { "category": "general", "text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)", "title": "CWE-444" }, { "category": "general", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "general", "text": "Incomplete Cleanup", "title": "CWE-459" }, { "category": "general", "text": "NULL Pointer Dereference", "title": "CWE-476" }, { "category": "general", "text": "Deserialization of Untrusted Data", "title": "CWE-502" }, { "category": "general", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" } ], "publisher": { "category": "coordinator", "contact_details": "cert@ncsc.nl", "name": "Nationaal Cyber Security Centrum", "namespace": "https://www.ncsc.nl/" }, "references": [ { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10086" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-29425" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-41184" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-34169" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42890" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-48174" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24998" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-33201" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37920" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44487" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46589" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-51775" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52425" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-5685" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0450" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22019" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22201" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22234" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22257" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22262" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23672" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23807" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23897" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24549" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25062" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25710" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26130" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26308" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27316" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28182" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28752" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29025" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2961" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34069" }, { "category": "external", "summary": "Source - nvd", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6162" }, { "category": "external", "summary": "Reference - oracle", "url": "https://www.oracle.com/docs/tech/security-alerts/cpujul2024csaf.json" }, { "category": "external", "summary": "Reference - cveprojectv5; ibm; nvd; oracle", "url": "https://www.oracle.com/security-alerts/cpujul2024.html" } ], "title": "Kwetsbaarheden verholpen in Oracle Communications", "tracking": { "current_release_date": "2024-07-17T13:52:53.293003Z", "id": "NCSC-2024-0294", "initial_release_date": "2024-07-17T13:52:53.293003Z", "revision_history": [ { "date": "2024-07-17T13:52:53.293003Z", "number": "0", "summary": "Initiele versie" } ], "status": "final", "version": "1.0.0" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "communications_asap", "product": { "name": "communications_asap", "product_id": "CSAFPID-204629", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_asap:7.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "communications_asap", "product": { "name": "communications_asap", "product_id": "CSAFPID-816792", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:communications_asap:7.4:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-10086", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "notes": [ { "category": "other", "text": "Deserialization of Untrusted Data", "title": "CWE-502" } ], "product_status": { "known_affected": [ "CSAFPID-204629", "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2019-10086", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2019/CVE-2019-10086.json" } ], "title": "CVE-2019-10086" }, { "cve": "CVE-2021-29425", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "other", "text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "title": "CWE-22" } ], "product_status": { "known_affected": [ "CSAFPID-204629", "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2021-29425", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-29425.json" } ], "title": "CVE-2021-29425" }, { "cve": "CVE-2021-37533", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2021-37533", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-37533.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2021-37533" }, { "cve": "CVE-2021-41184", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-204629", "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2021-41184", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-41184.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-204629", "CSAFPID-816792" ] } ], "title": "CVE-2021-41184" }, { "cve": "CVE-2022-34169", "cwe": { "id": "CWE-192", "name": "Integer Coercion Error" }, "notes": [ { "category": "other", "text": "Integer Coercion Error", "title": "CWE-192" }, { "category": "other", "text": "Incorrect Conversion between Numeric Types", "title": "CWE-681" } ], "product_status": { "known_affected": [ "CSAFPID-204629", "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2022-34169", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-34169.json" } ], "title": "CVE-2022-34169" }, { "cve": "CVE-2022-36033", "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2022-36033", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-36033.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2022-36033" }, { "cve": "CVE-2022-42890", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" }, { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2022-42890", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-42890.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2022-42890" }, { "cve": "CVE-2022-48174", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2022-48174", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-48174.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2022-48174" }, { "cve": "CVE-2023-5685", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-5685", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5685.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-5685" }, { "cve": "CVE-2023-24998", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-24998", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-24998.json" } ], "title": "CVE-2023-24998" }, { "cve": "CVE-2023-33201", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-33201", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33201.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-33201" }, { "cve": "CVE-2023-37920", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "other", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "other", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-37920", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-37920.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-37920" }, { "cve": "CVE-2023-44487", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-44487", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44487.json" } ], "title": "CVE-2023-44487" }, { "cve": "CVE-2023-46589", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "other", "text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)", "title": "CWE-444" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-46589", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46589.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-46589" }, { "cve": "CVE-2023-48795", "cwe": { "id": "CWE-222", "name": "Truncation of Security-relevant Information" }, "notes": [ { "category": "other", "text": "Truncation of Security-relevant Information", "title": "CWE-222" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-48795", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-48795.json" } ], "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:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-48795" }, { "cve": "CVE-2023-51775", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-51775", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-51775.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-51775" }, { "cve": "CVE-2023-52425", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2023-52425", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52425.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2023-52425" }, { "cve": "CVE-2024-0450", "cwe": { "id": "CWE-450", "name": "Multiple Interpretations of UI Input" }, "notes": [ { "category": "other", "text": "Multiple Interpretations of UI Input", "title": "CWE-450" }, { "category": "other", "text": "Asymmetric Resource Consumption (Amplification)", "title": "CWE-405" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-0450", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0450.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-0450" }, { "cve": "CVE-2024-2961", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-2961", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2961.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-2961" }, { "cve": "CVE-2024-6162", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-6162", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6162.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-6162" }, { "cve": "CVE-2024-22019", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22019", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22019.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-22019" }, { "cve": "CVE-2024-22201", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22201", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22201.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-22201" }, { "cve": "CVE-2024-22234", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22234", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22234.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-22234" }, { "cve": "CVE-2024-22257", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22257", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22257.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-22257" }, { "cve": "CVE-2024-22262", "cwe": { "id": "CWE-601", "name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)" }, "notes": [ { "category": "other", "text": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "title": "CWE-601" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22262", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22262.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-22262" }, { "cve": "CVE-2024-23672", "cwe": { "id": "CWE-459", "name": "Incomplete Cleanup" }, "notes": [ { "category": "other", "text": "Incomplete Cleanup", "title": "CWE-459" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23672", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23672.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-23672" }, { "cve": "CVE-2024-23807", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23807", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23807.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-23807" }, { "cve": "CVE-2024-23897", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "other", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23897", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23897.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-23897" }, { "cve": "CVE-2024-24549", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-24549", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24549.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-24549" }, { "cve": "CVE-2024-25062", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25062", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25062.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-25062" }, { "cve": "CVE-2024-25710", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "other", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25710", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25710.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-25710" }, { "cve": "CVE-2024-26130", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26130", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26130.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-26130" }, { "cve": "CVE-2024-26308", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26308", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26308.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-26308" }, { "cve": "CVE-2024-27316", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-27316", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27316.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-27316" }, { "cve": "CVE-2024-28182", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Detection of Error Condition Without Action", "title": "CWE-390" }, { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28182", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28182.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-28182" }, { "cve": "CVE-2024-28752", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28752", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28752.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-28752" }, { "cve": "CVE-2024-28849", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28849", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28849.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-28849" }, { "cve": "CVE-2024-29025", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29025", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29025.json" } ], "title": "CVE-2024-29025" }, { "cve": "CVE-2024-34064", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-34064", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34064.json" } ], "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": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-34064" }, { "cve": "CVE-2024-34069", "cwe": { "id": "CWE-352", "name": "Cross-Site Request Forgery (CSRF)" }, "notes": [ { "category": "other", "text": "Cross-Site Request Forgery (CSRF)", "title": "CWE-352" } ], "product_status": { "known_affected": [ "CSAFPID-816792" ] }, "references": [ { "category": "self", "summary": "CVE-2024-34069", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34069.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-816792" ] } ], "title": "CVE-2024-34069" } ] }
NCSC-2024-0411
Vulnerability from csaf_ncscnl
Published
2024-10-17 13:15
Modified
2024-10-17 13:15
Summary
Kwetsbaarheden verholpen in Oracle Database producten
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Oracle heeft kwetsbaarheden verholpen in diverse Database producten en subsystemen, zoals de Core database, Application Express, Autonomous Health Framework, Essbase, GoldenGate, SQL Developer en Secure Backup.
Interpretaties
Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:
- Denial-of-Service (DoS)
- Manipuleren van data
- Toegang tot gevoelige gegevens
Oplossingen
Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-130
Improper Handling of Length Parameter Inconsistency
CWE-208
Observable Timing Discrepancy
CWE-776
Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')
CWE-88
Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
CWE-755
Improper Handling of Exceptional Conditions
CWE-834
Excessive Iteration
CWE-407
Inefficient Algorithmic Complexity
CWE-178
Improper Handling of Case Sensitivity
CWE-732
Incorrect Permission Assignment for Critical Resource
CWE-415
Double Free
CWE-311
Missing Encryption of Sensitive Data
CWE-427
Uncontrolled Search Path Element
CWE-172
Encoding Error
CWE-680
Integer Overflow to Buffer Overflow
CWE-426
Untrusted Search Path
CWE-843
Access of Resource Using Incompatible Type ('Type Confusion')
CWE-116
Improper Encoding or Escaping of Output
CWE-345
Insufficient Verification of Data Authenticity
CWE-77
Improper Neutralization of Special Elements used in a Command ('Command Injection')
CWE-203
Observable Discrepancy
CWE-190
Integer Overflow or Wraparound
CWE-552
Files or Directories Accessible to External Parties
CWE-639
Authorization Bypass Through User-Controlled Key
CWE-125
Out-of-bounds Read
CWE-404
Improper Resource Shutdown or Release
CWE-275
CWE-275
CWE-284
Improper Access Control
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer
CWE-1333
Inefficient Regular Expression Complexity
CWE-1321
Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
CWE-416
Use After Free
CWE-401
Missing Release of Memory after Effective Lifetime
CWE-476
NULL Pointer Dereference
CWE-295
Improper Certificate Validation
CWE-668
Exposure of Resource to Wrong Sphere
CWE-829
Inclusion of Functionality from Untrusted Control Sphere
CWE-327
Use of a Broken or Risky Cryptographic Algorithm
CWE-400
Uncontrolled Resource Consumption
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-502
Deserialization of Untrusted Data
CWE-918
Server-Side Request Forgery (SSRF)
CWE-78
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
CWE-787
Out-of-bounds Write
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
CWE-122
Heap-based Buffer Overflow
CWE-121
Stack-based Buffer Overflow
CWE-681
Incorrect Conversion between Numeric Types
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')
CWE-269
Improper Privilege Management
CWE-20
Improper Input Validation
CWE-87
Improper Neutralization of Alternate XSS Syntax
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
CWE-18
CWE-18
CWE-385
Covert Timing Channel
CWE-606
Unchecked Input for Loop Condition
CWE-192
Integer Coercion Error
CWE-390
Detection of Error Condition Without Action
CWE-1325
Improperly Controlled Sequential Memory Allocation
CWE-222
Truncation of Security-relevant Information
CWE-131
Incorrect Calculation of Buffer Size
CWE-59
Improper Link Resolution Before File Access ('Link Following')
CWE-304
Missing Critical Step in Authentication
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE" } }, "lang": "nl", "notes": [ { "category": "legal_disclaimer", "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings." }, { "category": "description", "text": "Oracle heeft kwetsbaarheden verholpen in diverse Database producten en subsystemen, zoals de Core database, Application Express, Autonomous Health Framework, Essbase, GoldenGate, SQL Developer en Secure Backup.", "title": "Feiten" }, { "category": "description", "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorie\u00ebn schade:\n\n- Denial-of-Service (DoS)\n- Manipuleren van data\n- Toegang tot gevoelige gegevens", "title": "Interpretaties" }, { "category": "description", "text": "Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.", "title": "Oplossingen" }, { "category": "general", "text": "medium", "title": "Kans" }, { "category": "general", "text": "high", "title": "Schade" }, { "category": "general", "text": "Improper Handling of Length Parameter Inconsistency", "title": "CWE-130" }, { "category": "general", "text": "Observable Timing Discrepancy", "title": "CWE-208" }, { "category": "general", "text": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)", "title": "CWE-776" }, { "category": "general", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" }, { "category": "general", "text": "Improper Handling of Exceptional Conditions", "title": "CWE-755" }, { "category": "general", "text": "Excessive Iteration", "title": "CWE-834" }, { "category": "general", "text": "Inefficient Algorithmic Complexity", "title": "CWE-407" }, { "category": "general", "text": "Improper Handling of Case Sensitivity", "title": "CWE-178" }, { "category": "general", "text": "Incorrect Permission Assignment for Critical Resource", "title": "CWE-732" }, { "category": "general", "text": "Double Free", "title": "CWE-415" }, { "category": "general", "text": "Missing Encryption of Sensitive Data", "title": "CWE-311" }, { "category": "general", "text": "Uncontrolled Search Path Element", "title": "CWE-427" }, { "category": "general", "text": "Encoding Error", "title": "CWE-172" }, { "category": "general", "text": "Integer Overflow to Buffer Overflow", "title": "CWE-680" }, { "category": "general", "text": "Untrusted Search Path", "title": "CWE-426" }, { "category": "general", "text": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)", "title": "CWE-843" }, { "category": "general", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" }, { "category": "general", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" }, { "category": "general", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" }, { "category": "general", "text": "Observable Discrepancy", "title": "CWE-203" }, { "category": "general", "text": "Integer Overflow or Wraparound", "title": "CWE-190" }, { "category": "general", "text": "Files or Directories Accessible to External Parties", "title": "CWE-552" }, { "category": "general", "text": "Authorization Bypass Through User-Controlled Key", "title": "CWE-639" }, { "category": "general", "text": "Out-of-bounds Read", "title": "CWE-125" }, { "category": "general", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "general", "text": "CWE-275", "title": "CWE-275" }, { "category": "general", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "general", "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer", "title": "CWE-119" }, { "category": "general", "text": "Inefficient Regular Expression Complexity", "title": "CWE-1333" }, { "category": "general", "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)", "title": "CWE-1321" }, { "category": "general", "text": "Use After Free", "title": "CWE-416" }, { "category": "general", "text": "Missing Release of Memory after Effective Lifetime", "title": "CWE-401" }, { "category": "general", "text": "NULL Pointer Dereference", "title": "CWE-476" }, { "category": "general", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "general", "text": "Exposure of Resource to Wrong Sphere", "title": "CWE-668" }, { "category": "general", "text": "Inclusion of Functionality from Untrusted Control Sphere", "title": "CWE-829" }, { "category": "general", "text": "Use of a Broken or Risky Cryptographic Algorithm", "title": "CWE-327" }, { "category": "general", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "general", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" }, { "category": "general", "text": "Deserialization of Untrusted Data", "title": "CWE-502" }, { "category": "general", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" }, { "category": "general", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" }, { "category": "general", "text": "Out-of-bounds Write", "title": "CWE-787" }, { "category": "general", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "general", "text": "Heap-based Buffer Overflow", "title": "CWE-122" }, { "category": "general", "text": "Stack-based Buffer Overflow", "title": "CWE-121" }, { "category": "general", "text": "Incorrect Conversion between Numeric Types", "title": "CWE-681" }, { "category": "general", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" }, { "category": "general", "text": "Improper Privilege Management", "title": "CWE-269" }, { "category": "general", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "general", "text": "Improper Neutralization of Alternate XSS Syntax", "title": "CWE-87" }, { "category": "general", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" }, { "category": "general", "text": "CWE-18", "title": "CWE-18" }, { "category": "general", "text": "Covert Timing Channel", "title": "CWE-385" }, { "category": "general", "text": "Unchecked Input for Loop Condition", "title": "CWE-606" }, { "category": "general", "text": "Integer Coercion Error", "title": "CWE-192" }, { "category": "general", "text": "Detection of Error Condition Without Action", "title": "CWE-390" }, { "category": "general", "text": "Improperly Controlled Sequential Memory Allocation", "title": "CWE-1325" }, { "category": "general", "text": "Truncation of Security-relevant Information", "title": "CWE-222" }, { "category": "general", "text": "Incorrect Calculation of Buffer Size", "title": "CWE-131" }, { "category": "general", "text": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)", "title": "CWE-59" }, { "category": "general", "text": "Missing Critical Step in Authentication", "title": "CWE-304" } ], "publisher": { "category": "coordinator", "contact_details": "cert@ncsc.nl", "name": "Nationaal Cyber Security Centrum", "namespace": "https://www.ncsc.nl/" }, "references": [ { "category": "external", "summary": "Reference - cveprojectv5; hkcert; nvd; oracle; redhat", "url": "https://www.oracle.com/security-alerts/cpuoct2024.html" } ], "title": "Kwetsbaarheden verholpen in Oracle Database producten", "tracking": { "current_release_date": "2024-10-17T13:15:19.595269Z", "id": "NCSC-2024-0411", "initial_release_date": "2024-10-17T13:15:19.595269Z", "revision_history": [ { "date": "2024-10-17T13:15:19.595269Z", "number": "0", "summary": "Initiele versie" } ], "status": "final", "version": "1.0.0" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "database_-_grid", "product": { "name": "database_-_grid", "product_id": "CSAFPID-1673504", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_grid:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_grid", "product": { "name": "database_-_grid", "product_id": "CSAFPID-1673506", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_grid:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_core", "product": { "name": "database_-_core", "product_id": "CSAFPID-1673386", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_core:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_core", "product": { "name": "database_-_core", "product_id": "CSAFPID-1673385", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_core:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_core", "product": { "name": "database_-_core", "product_id": "CSAFPID-1673442", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_core:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_security", "product": { "name": "database_-_security", "product_id": "CSAFPID-1673507", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_security:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_security", "product": { "name": "database_-_security", "product_id": "CSAFPID-1673509", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_security:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_security", "product": { "name": "database_-_security", "product_id": "CSAFPID-1673508", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_security:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph_mapviewer", "product": { "name": "spatial_and_graph_mapviewer", "product_id": "CSAFPID-912561", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph", "product": { "name": "spatial_and_graph", "product_id": "CSAFPID-764250", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph", "product": { "name": "spatial_and_graph", "product_id": "CSAFPID-1673511", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph", "product": { "name": "spatial_and_graph", "product_id": "CSAFPID-1673512", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph", "product": { "name": "spatial_and_graph", "product_id": "CSAFPID-816800", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph:23.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "spatial_and_graph", "product": { "name": "spatial_and_graph", "product_id": "CSAFPID-1673529", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:spatial_and_graph:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "fleet_patching_and_provisioning_-_micronaut", "product": { "name": "fleet_patching_and_provisioning_-_micronaut", "product_id": "CSAFPID-1673492", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:fleet_patching_and_provisioning_-_micronaut:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "fleet_patching_and_provisioning", "product": { "name": "fleet_patching_and_provisioning", "product_id": "CSAFPID-1503603", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_xml_database", "product": { "name": "database_-_xml_database", "product_id": "CSAFPID-1673445", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_xml_database:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_xml_database", "product": { "name": "database_-_xml_database", "product_id": "CSAFPID-1673443", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_xml_database:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_xml_database", "product": { "name": "database_-_xml_database", "product_id": "CSAFPID-1673444", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_xml_database:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_java_vm", "product": { "name": "database_-_java_vm", "product_id": "CSAFPID-1673451", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_java_vm:19.3-19.24:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_java_vm", "product": { "name": "database_-_java_vm", "product_id": "CSAFPID-1673450", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_java_vm:21.3-21.15:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "database_-_java_vm", "product": { "name": "database_-_java_vm", "product_id": "CSAFPID-1673452", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:database_-_java_vm:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "autonomous_health_framework", "product": { "name": "autonomous_health_framework", "product_id": "CSAFPID-816798", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "autonomous_health_framework", "product": { "name": "autonomous_health_framework", "product_id": "CSAFPID-816799", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:23.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "autonomous_health_framework", "product": { "name": "autonomous_health_framework", "product_id": "CSAFPID-1673525", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:prior_to_24.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-912046", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-1503299", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-816855", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:17.0.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-816361", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:21.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-912045", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-1503302", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-912044", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-1503306", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-816852", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.12:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-912600", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-816853", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.8:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-912601", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "graalvm_for_jdk", "product": { "name": "graalvm_for_jdk", "product_id": "CSAFPID-816854", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition22.3.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sqlcl", "product": { "name": "sqlcl", "product_id": "CSAFPID-816801", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sqlcl", "product": { "name": "sqlcl", "product_id": "CSAFPID-1673405", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sqlcl:23.4-23.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express_administration", "product": { "name": "application_express_administration", "product_id": "CSAFPID-764731", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express_administration:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express_customers_plugin", "product": { "name": "application_express_customers_plugin", "product_id": "CSAFPID-764732", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express_customers_plugin:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express_team_calendar_plugin", "product": { "name": "application_express_team_calendar_plugin", "product_id": "CSAFPID-764733", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express_team_calendar_plugin:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express", "product": { "name": "application_express", "product_id": "CSAFPID-266119", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express", "product": { "name": "application_express", "product_id": "CSAFPID-1673510", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express:23.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express", "product": { "name": "application_express", "product_id": "CSAFPID-1503575", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "application_express", "product": { "name": "application_express", "product_id": "CSAFPID-1673188", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:application_express:24.1:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "autonomous_health_framework", "product": { "name": "autonomous_health_framework", "product_id": "CSAFPID-765238", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:19c:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "autonomous_health_framework", "product": { "name": "autonomous_health_framework", "product_id": "CSAFPID-765239", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:21c:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "blockchain_platform", "product": { "name": "blockchain_platform", "product_id": "CSAFPID-764779", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:blockchain_platform:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "blockchain_platform", "product": { "name": "blockchain_platform", "product_id": "CSAFPID-89587", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-765259", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:_security_and_provisioning___21.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-187448", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-94075", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-220886", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.4.3.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-611394", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.5.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-816317", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.5.3.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-912567", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-1503612", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "essbase", "product": { "name": "essbase", "product_id": "CSAFPID-1673479", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:essbase:21.6:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_essbase", "product": { "name": "oracle_essbase", "product_id": "CSAFPID-1650506", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_essbase:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_big_data_and_application_adapters", "product": { "name": "goldengate_big_data_and_application_adapters", "product_id": "CSAFPID-816845", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_big_data_and_application_adapters", "product": { "name": "goldengate_big_data_and_application_adapters", "product_id": "CSAFPID-1650825", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:19.1.0.0.0-19.1.0.0.18:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_big_data_and_application_adapters", "product": { "name": "goldengate_big_data_and_application_adapters", "product_id": "CSAFPID-1673404", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_big_data_and_application_adapters", "product": { "name": "goldengate_big_data_and_application_adapters", "product_id": "CSAFPID-1650831", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:21.3-21.14.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_big_data", "product": { "name": "goldengate_big_data", "product_id": "CSAFPID-764274", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_big_data:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_stream_analytics", "product": { "name": "goldengate_stream_analytics", "product_id": "CSAFPID-764752", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_stream_analytics", "product": { "name": "goldengate_stream_analytics", "product_id": "CSAFPID-1673384", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_stream_analytics", "product": { "name": "goldengate_stream_analytics", "product_id": "CSAFPID-220192", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_stream_analytics", "product": { "name": "goldengate_stream_analytics", "product_id": "CSAFPID-220193", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.7:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_studio", "product": { "name": "goldengate_studio", "product_id": "CSAFPID-816846", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_studio", "product": { "name": "goldengate_studio", "product_id": "CSAFPID-611390", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_studio:12.2.1.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_studio", "product": { "name": "goldengate_studio", "product_id": "CSAFPID-764803", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_studio:fusion_middleware_12.2.1.4.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate_veridata", "product": { "name": "goldengate_veridata", "product_id": "CSAFPID-764275", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate", "product": { "name": "goldengate", "product_id": "CSAFPID-342816", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate", "product": { "name": "goldengate", "product_id": "CSAFPID-1650767", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate:19.1.0.0.0-19.23.0.0.240716:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate", "product": { "name": "goldengate", "product_id": "CSAFPID-485902", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate:19.1.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate", "product": { "name": "goldengate", "product_id": "CSAFPID-1503736", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate:19.23.0.0.240716:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate", "product": { "name": "goldengate", "product_id": "CSAFPID-219912", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate:19c:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate", "product": { "name": "goldengate", "product_id": "CSAFPID-1503739", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate:21.14:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate", "product": { "name": "goldengate", "product_id": "CSAFPID-1650765", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate:21.3-21.14:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "goldengate", "product": { "name": "goldengate", "product_id": "CSAFPID-1503738", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:goldengate:21.3:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_goldengate_stream_analytics", "product": { "name": "oracle_goldengate_stream_analytics", "product_id": "CSAFPID-1650515", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_goldengate_stream_analytics:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "management_pack_for__goldengate", "product": { "name": "management_pack_for__goldengate", "product_id": "CSAFPID-764861", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:management_pack_for__goldengate:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "management_pack_for__goldengate", "product": { "name": "management_pack_for__goldengate", "product_id": "CSAFPID-1503640", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_goldengate_studio", "product": { "name": "oracle_goldengate_studio", "product_id": "CSAFPID-1650835", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_goldengate_studio:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_goldengate", "product": { "name": "oracle_goldengate", "product_id": "CSAFPID-1650575", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_goldengate:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-764813", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1503661", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1503663", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673497", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:1.5.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-764764", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:19.5.33:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-764765", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:20.3.28:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673491", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:20.3.40:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-764766", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:21.2.55:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673495", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:21.2.71:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-764767", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:22.3.26:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673493", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:22.3.45:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673489", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:23.3.33:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1673488", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:24.1.17:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1650757", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_19.5.42:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1650758", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_20.3.40:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1650761", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_21.2.27:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1650760", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_22.3.46:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "nosql_database", "product": { "name": "nosql_database", "product_id": "CSAFPID-1650759", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_23.3.32:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_nosql_database", "product": { "name": "oracle_nosql_database", "product_id": "CSAFPID-1650584", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_nosql_database:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_secure_backup", "product": { "name": "oracle_secure_backup", "product_id": "CSAFPID-1650563", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_secure_backup:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "secure_backup", "product": { "name": "secure_backup", "product_id": "CSAFPID-667692", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:secure_backup:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "secure_backup", "product": { "name": "secure_backup", "product_id": "CSAFPID-345049", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "secure_backup", "product": { "name": "secure_backup", "product_id": "CSAFPID-611417", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "secure_backup", "product": { "name": "secure_backup", "product_id": "CSAFPID-1673422", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:secure_backup:19.1.0.0.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "oracle_sql_developer", "product": { "name": "oracle_sql_developer", "product_id": "CSAFPID-1650638", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:oracle_sql_developer:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sql_developer", "product": { "name": "sql_developer", "product_id": "CSAFPID-764822", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sql_developer:*:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sql_developer", "product": { "name": "sql_developer", "product_id": "CSAFPID-220643", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sql_developer:21.4.2:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sql_developer", "product": { "name": "sql_developer", "product_id": "CSAFPID-816870", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sql_developer:22.2.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sql_developer", "product": { "name": "sql_developer", "product_id": "CSAFPID-816871", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sql_developer:23.1.0:*:*:*:*:*:*:*" } } }, { "category": "product_name", "name": "sql_developer", "product": { "name": "sql_developer", "product_id": "CSAFPID-1673397", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle:sql_developer:24.3.0:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle" }, { "branches": [ { "category": "product_name", "name": "oracle_application_express", "product": { "name": "oracle_application_express", "product_id": "CSAFPID-1673144", "product_identification_helper": { "cpe": "cpe:2.3:a:oracle_corporation:oracle_application_express:24.1:*:*:*:*:*:*:*" } } } ], "category": "vendor", "name": "oracle_corporation" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-1471", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "notes": [ { "category": "other", "text": "Deserialization of Untrusted Data", "title": "CWE-502" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-220886", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764822", "CSAFPID-1650515", "CSAFPID-1650638", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-89587", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044" ] }, "references": [ { "category": "self", "summary": "CVE-2022-1471", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-1471.json" } ], "title": "CVE-2022-1471" }, { "cve": "CVE-2022-34169", "cwe": { "id": "CWE-192", "name": "Integer Coercion Error" }, "notes": [ { "category": "other", "text": "Integer Coercion Error", "title": "CWE-192" }, { "category": "other", "text": "Incorrect Conversion between Numeric Types", "title": "CWE-681" } ], "product_status": { "known_affected": [ "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-342816", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-764752", "CSAFPID-764275", "CSAFPID-764861", "CSAFPID-266119", "CSAFPID-187448", "CSAFPID-219912", "CSAFPID-765238", "CSAFPID-765239", "CSAFPID-765259", "CSAFPID-667692", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-764250", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2022-34169", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-34169.json" } ], "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": [ "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-342816", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-764752", "CSAFPID-764275", "CSAFPID-764861", "CSAFPID-266119", "CSAFPID-187448", "CSAFPID-219912", "CSAFPID-765238", "CSAFPID-765239", "CSAFPID-765259", "CSAFPID-667692", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-764250", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2022-34169" }, { "cve": "CVE-2022-36033", "cwe": { "id": "CWE-87", "name": "Improper Neutralization of Alternate XSS Syntax" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Alternate XSS Syntax", "title": "CWE-87" }, { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-220886", "CSAFPID-94075", "CSAFPID-764803", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764861", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-266119", "CSAFPID-187448", "CSAFPID-1650515", "CSAFPID-1650835", "CSAFPID-219912", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-667692", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-1503575", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-912567", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2022-36033", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-36033.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-220886", "CSAFPID-94075", "CSAFPID-764803", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764861", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-266119", "CSAFPID-187448", "CSAFPID-1650515", "CSAFPID-1650835", "CSAFPID-219912", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-667692", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-1503575", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-912567", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2022-36033" }, { "cve": "CVE-2022-37454", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "other", "text": "Integer Overflow or Wraparound", "title": "CWE-190" }, { "category": "other", "text": "Integer Overflow to Buffer Overflow", "title": "CWE-680" } ], "product_status": { "known_affected": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-1650563", "CSAFPID-89587", "CSAFPID-764861" ] }, "references": [ { "category": "self", "summary": "CVE-2022-37454", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-37454.json" } ], "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/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-1650563", "CSAFPID-89587", "CSAFPID-764861" ] } ], "title": "CVE-2022-37454" }, { "cve": "CVE-2022-38136", "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2022-38136", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-38136.json" } ], "title": "CVE-2022-38136" }, { "cve": "CVE-2022-40196", "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2022-40196", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-40196.json" } ], "title": "CVE-2022-40196" }, { "cve": "CVE-2022-41342", "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2022-41342", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-41342.json" } ], "title": "CVE-2022-41342" }, { "cve": "CVE-2022-42919", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "other", "text": "Missing Encryption of Sensitive Data", "title": "CWE-311" }, { "category": "other", "text": "Improper Privilege Management", "title": "CWE-269" } ], "product_status": { "known_affected": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2022-42919", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-42919.json" } ], "title": "CVE-2022-42919" }, { "cve": "CVE-2022-45061", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Inefficient Algorithmic Complexity", "title": "CWE-407" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2022-45061", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-45061.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-342816", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764779", "CSAFPID-94075", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-611390", "CSAFPID-764803", "CSAFPID-764813", "CSAFPID-764822", "CSAFPID-89587" ] } ], "title": "CVE-2022-45061" }, { "cve": "CVE-2022-46337", "product_status": { "known_affected": [ "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-764752", "CSAFPID-764275", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-764250", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-342816", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-816361", "CSAFPID-764813", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692" ] }, "references": [ { "category": "self", "summary": "CVE-2022-46337", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-46337.json" } ], "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": [ "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-1673384", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-764752", "CSAFPID-764275", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-912046", "CSAFPID-912045", "CSAFPID-912044", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-764250", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-342816", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-816361", "CSAFPID-764813", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692" ] } ], "title": "CVE-2022-46337" }, { "cve": "CVE-2023-2976", "cwe": { "id": "CWE-552", "name": "Files or Directories Accessible to External Parties" }, "notes": [ { "category": "other", "text": "Files or Directories Accessible to External Parties", "title": "CWE-552" } ], "product_status": { "known_affected": [ "CSAFPID-1650584", "CSAFPID-1650835", "CSAFPID-1650506", "CSAFPID-1650515", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-342816", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-764813", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692", "CSAFPID-89587", "CSAFPID-1673397", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-345049", "CSAFPID-816801", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-611417", "CSAFPID-764250", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-2976", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-2976.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1650584", "CSAFPID-1650835", "CSAFPID-1650506", "CSAFPID-1650515", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-342816", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816361", "CSAFPID-764813", "CSAFPID-220643", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692", "CSAFPID-89587", "CSAFPID-1673397", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-345049", "CSAFPID-816801", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-611417", "CSAFPID-764250", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-2976" }, { "cve": "CVE-2023-4043", "cwe": { "id": "CWE-834", "name": "Excessive Iteration" }, "notes": [ { "category": "other", "text": "Excessive Iteration", "title": "CWE-834" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1673405", "CSAFPID-1673397", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-4043", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4043.json" } ], "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": [ "CSAFPID-1673405", "CSAFPID-1673397", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-4043" }, { "cve": "CVE-2023-4759", "cwe": { "id": "CWE-59", "name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)" }, "notes": [ { "category": "other", "text": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)", "title": "CWE-59" }, { "category": "other", "text": "Improper Handling of Case Sensitivity", "title": "CWE-178" } ], "product_status": { "known_affected": [ "CSAFPID-1673397", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2023-4759", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4759.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673397", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2023-4759" }, { "cve": "CVE-2023-4863", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "notes": [ { "category": "other", "text": "Heap-based Buffer Overflow", "title": "CWE-122" }, { "category": "other", "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer", "title": "CWE-119" }, { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-342816", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801" ] }, "references": [ { "category": "self", "summary": "CVE-2023-4863", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4863.json" } ], "title": "CVE-2023-4863" }, { "cve": "CVE-2023-5072", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1650575", "CSAFPID-1650515", "CSAFPID-1650835", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-5072", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5072.json" } ], "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": [ "CSAFPID-1650575", "CSAFPID-1650515", "CSAFPID-1650835", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-5072" }, { "cve": "CVE-2023-26031", "cwe": { "id": "CWE-426", "name": "Untrusted Search Path" }, "notes": [ { "category": "other", "text": "Untrusted Search Path", "title": "CWE-426" } ], "product_status": { "known_affected": [ "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26031", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26031.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2023-26031" }, { "cve": "CVE-2023-26551", "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26551", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26551.json" } ], "scores": [ { "cvss_v3": { "baseScore": 0.0, "baseSeverity": "NONE", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-26551" }, { "cve": "CVE-2023-26552", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26552", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26552.json" } ], "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": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-26552" }, { "cve": "CVE-2023-26553", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26553", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26553.json" } ], "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": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-26553" }, { "cve": "CVE-2023-26554", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26554", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26554.json" } ], "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": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-26554" }, { "cve": "CVE-2023-26555", "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-26555", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26555.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-26555" }, { "cve": "CVE-2023-28484", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-764250", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-816317", "CSAFPID-764813", "CSAFPID-89587", "CSAFPID-342816", "CSAFPID-345049", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-611417", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-667692", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] }, "references": [ { "category": "self", "summary": "CVE-2023-28484", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-28484.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-764250", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-220886", "CSAFPID-816317", "CSAFPID-764813", "CSAFPID-89587", "CSAFPID-342816", "CSAFPID-345049", "CSAFPID-764752", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-611417", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-667692", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] } ], "title": "CVE-2023-28484" }, { "cve": "CVE-2023-29469", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "other", "text": "Double Free", "title": "CWE-415" } ], "product_status": { "known_affected": [ "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-816317", "CSAFPID-89587", "CSAFPID-220886", "CSAFPID-342816", "CSAFPID-345049", "CSAFPID-764752", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-667692", "CSAFPID-764813", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764250", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] }, "references": [ { "category": "self", "summary": "CVE-2023-29469", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29469.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-611417", "CSAFPID-764731", "CSAFPID-764732", "CSAFPID-764733", "CSAFPID-816317", "CSAFPID-89587", "CSAFPID-220886", "CSAFPID-342816", "CSAFPID-345049", "CSAFPID-764752", "CSAFPID-611390", "CSAFPID-611394", "CSAFPID-764764", "CSAFPID-764765", "CSAFPID-764766", "CSAFPID-764767", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-667692", "CSAFPID-764813", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764250", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] } ], "title": "CVE-2023-29469" }, { "cve": "CVE-2023-33201", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "product_status": { "known_affected": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-1650584", "CSAFPID-1673397", "CSAFPID-912561", "CSAFPID-345049", "CSAFPID-611390", "CSAFPID-611417", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-33201", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33201.json" } ], "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": [ "CSAFPID-764250", "CSAFPID-611394", "CSAFPID-1650584", "CSAFPID-1673397", "CSAFPID-912561", "CSAFPID-345049", "CSAFPID-611390", "CSAFPID-611417", "CSAFPID-764274", "CSAFPID-764275", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-33201" }, { "cve": "CVE-2023-37920", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "notes": [ { "category": "other", "text": "Improper Certificate Validation", "title": "CWE-295" }, { "category": "other", "text": "Insufficient Verification of Data Authenticity", "title": "CWE-345" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612" ] }, "references": [ { "category": "self", "summary": "CVE-2023-37920", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-37920.json" } ], "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": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612" ] } ], "title": "CVE-2023-37920" }, { "cve": "CVE-2023-39410", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "notes": [ { "category": "other", "text": "Deserialization of Untrusted Data", "title": "CWE-502" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1673404", "CSAFPID-1673384", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] }, "references": [ { "category": "self", "summary": "CVE-2023-39410", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-39410.json" } ], "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": [ "CSAFPID-1673404", "CSAFPID-1673384", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871" ] } ], "title": "CVE-2023-39410" }, { "cve": "CVE-2023-44487", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1650757", "CSAFPID-1650758", "CSAFPID-1650759", "CSAFPID-1650760", "CSAFPID-1650761", "CSAFPID-89587", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503603", "CSAFPID-1503575", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-44487", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44487.json" } ], "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": [ "CSAFPID-1650757", "CSAFPID-1650758", "CSAFPID-1650759", "CSAFPID-1650760", "CSAFPID-1650761", "CSAFPID-89587", "CSAFPID-816361", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503603", "CSAFPID-1503575", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-44487" }, { "cve": "CVE-2023-44981", "cwe": { "id": "CWE-639", "name": "Authorization Bypass Through User-Controlled Key" }, "notes": [ { "category": "other", "text": "Authorization Bypass Through User-Controlled Key", "title": "CWE-639" } ], "product_status": { "known_affected": [ "CSAFPID-1650515", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601" ] }, "references": [ { "category": "self", "summary": "CVE-2023-44981", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44981.json" } ], "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": [ "CSAFPID-1650515", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601" ] } ], "title": "CVE-2023-44981" }, { "cve": "CVE-2023-45288", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-45288", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-45288.json" } ], "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": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-45288" }, { "cve": "CVE-2023-48795", "cwe": { "id": "CWE-222", "name": "Truncation of Security-relevant Information" }, "notes": [ { "category": "other", "text": "Truncation of Security-relevant Information", "title": "CWE-222" } ], "product_status": { "known_affected": [ "CSAFPID-1650765", "CSAFPID-1650757", "CSAFPID-1650758", "CSAFPID-1650767", "CSAFPID-1650759", "CSAFPID-1650760", "CSAFPID-1650761", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503575", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] }, "references": [ { "category": "self", "summary": "CVE-2023-48795", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-48795.json" } ], "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:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-1650765", "CSAFPID-1650757", "CSAFPID-1650758", "CSAFPID-1650767", "CSAFPID-1650759", "CSAFPID-1650760", "CSAFPID-1650761", "CSAFPID-89587", "CSAFPID-220643", "CSAFPID-342816", "CSAFPID-667692", "CSAFPID-764250", "CSAFPID-764813", "CSAFPID-816317", "CSAFPID-816361", "CSAFPID-816798", "CSAFPID-816799", "CSAFPID-816800", "CSAFPID-816801", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-816852", "CSAFPID-816853", "CSAFPID-816854", "CSAFPID-816855", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-816870", "CSAFPID-816871", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-1503603", "CSAFPID-1503612", "CSAFPID-1503575", "CSAFPID-1503640", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663" ] } ], "title": "CVE-2023-48795" }, { "cve": "CVE-2023-49083", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2023-49083", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-49083.json" } ], "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": [ "CSAFPID-89587", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2023-49083" }, { "cve": "CVE-2023-51384", "cwe": { "id": "CWE-304", "name": "Missing Critical Step in Authentication" }, "notes": [ { "category": "other", "text": "Missing Critical Step in Authentication", "title": "CWE-304" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-51384", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-51384.json" } ], "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:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-51384" }, { "cve": "CVE-2023-51385", "cwe": { "id": "CWE-78", "name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2023-51385", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-51385.json" } ], "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": [ "CSAFPID-89587" ] } ], "title": "CVE-2023-51385" }, { "cve": "CVE-2023-52425", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2023-52425", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52425.json" } ], "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": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2023-52425" }, { "cve": "CVE-2023-52426", "cwe": { "id": "CWE-776", "name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)" }, "notes": [ { "category": "other", "text": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)", "title": "CWE-776" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2023-52426", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52426.json" } ], "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": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2023-52426" }, { "cve": "CVE-2024-1874", "cwe": { "id": "CWE-77", "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" }, { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" } ], "product_status": { "known_affected": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-1874", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-1874.json" } ], "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": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-1874" }, { "cve": "CVE-2024-2408", "cwe": { "id": "CWE-203", "name": "Observable Discrepancy" }, "notes": [ { "category": "other", "text": "Observable Discrepancy", "title": "CWE-203" }, { "category": "other", "text": "Observable Timing Discrepancy", "title": "CWE-208" }, { "category": "other", "text": "Use of a Broken or Risky Cryptographic Algorithm", "title": "CWE-327" }, { "category": "other", "text": "Covert Timing Channel", "title": "CWE-385" } ], "product_status": { "known_affected": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-2408", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2408.json" } ], "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": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-2408" }, { "cve": "CVE-2024-2511", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improperly Controlled Sequential Memory Allocation", "title": "CWE-1325" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-2511", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2511.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-2511" }, { "cve": "CVE-2024-4577", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" }, { "category": "other", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" } ], "product_status": { "known_affected": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-4577", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4577.json" } ], "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": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-4577" }, { "cve": "CVE-2024-4603", "cwe": { "id": "CWE-606", "name": "Unchecked Input for Loop Condition" }, "notes": [ { "category": "other", "text": "Unchecked Input for Loop Condition", "title": "CWE-606" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-4603", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4603.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-4603" }, { "cve": "CVE-2024-4741", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-4741", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4741.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-4741" }, { "cve": "CVE-2024-5458", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-5458", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5458.json" } ], "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": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-5458" }, { "cve": "CVE-2024-5535", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "other", "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer", "title": "CWE-119" } ], "product_status": { "known_affected": [ "CSAFPID-1673508", "CSAFPID-1673525" ] }, "references": [ { "category": "self", "summary": "CVE-2024-5535", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5535.json" } ], "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:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673508", "CSAFPID-1673525" ] } ], "title": "CVE-2024-5535" }, { "cve": "CVE-2024-5585", "cwe": { "id": "CWE-116", "name": "Improper Encoding or Escaping of Output" }, "notes": [ { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" }, { "category": "other", "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "title": "CWE-78" }, { "category": "other", "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)", "title": "CWE-88" } ], "product_status": { "known_affected": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-5585", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5585.json" } ], "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": [ "CSAFPID-1673422", "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-5585" }, { "cve": "CVE-2024-6119", "cwe": { "id": "CWE-843", "name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)" }, "notes": [ { "category": "other", "text": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)", "title": "CWE-843" } ], "product_status": { "known_affected": [ "CSAFPID-1673508", "CSAFPID-1673525" ] }, "references": [ { "category": "self", "summary": "CVE-2024-6119", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6119.json" } ], "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:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673508", "CSAFPID-1673525" ] } ], "title": "CVE-2024-6119" }, { "cve": "CVE-2024-6232", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "notes": [ { "category": "other", "text": "Inefficient Regular Expression Complexity", "title": "CWE-1333" } ], "references": [ { "category": "self", "summary": "CVE-2024-6232", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6232.json" } ], "title": "CVE-2024-6232" }, { "cve": "CVE-2024-7264", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "other", "text": "Out-of-bounds Read", "title": "CWE-125" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-1673529", "CSAFPID-1673479", "CSAFPID-1673511", "CSAFPID-1673512" ] }, "references": [ { "category": "self", "summary": "CVE-2024-7264", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7264.json" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673529", "CSAFPID-1673479", "CSAFPID-1673511", "CSAFPID-1673512" ] } ], "title": "CVE-2024-7264" }, { "cve": "CVE-2024-7592", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "references": [ { "category": "self", "summary": "CVE-2024-7592", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7592.json" } ], "title": "CVE-2024-7592" }, { "cve": "CVE-2024-21131", "product_status": { "known_affected": [ "CSAFPID-1503299", "CSAFPID-1503306", "CSAFPID-1503302", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21131", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21131.json" } ], "title": "CVE-2024-21131" }, { "cve": "CVE-2024-21138", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "other", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" } ], "product_status": { "known_affected": [ "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21138", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21138.json" } ], "title": "CVE-2024-21138" }, { "cve": "CVE-2024-21140", "product_status": { "known_affected": [ "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503299", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21140", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21140.json" } ], "title": "CVE-2024-21140" }, { "cve": "CVE-2024-21144", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21144", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21144.json" } ], "title": "CVE-2024-21144" }, { "cve": "CVE-2024-21145", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-1503299", "CSAFPID-1503306", "CSAFPID-1503302", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21145", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21145.json" } ], "title": "CVE-2024-21145" }, { "cve": "CVE-2024-21147", "product_status": { "known_affected": [ "CSAFPID-1503306", "CSAFPID-1503302", "CSAFPID-1503299", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21147", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21147.json" } ], "title": "CVE-2024-21147" }, { "cve": "CVE-2024-21233", "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21233", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21233.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] } ], "title": "CVE-2024-21233" }, { "cve": "CVE-2024-21242", "product_status": { "known_affected": [ "CSAFPID-1673443", "CSAFPID-1673444", "CSAFPID-1673445" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21242", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21242.json" } ], "scores": [ { "cvss_v3": { "baseScore": 3.5, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "CSAFPID-1673443", "CSAFPID-1673444", "CSAFPID-1673445" ] } ], "title": "CVE-2024-21242" }, { "cve": "CVE-2024-21251", "product_status": { "known_affected": [ "CSAFPID-1673450", "CSAFPID-1673451", "CSAFPID-1673452" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21251", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21251.json" } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673450", "CSAFPID-1673451", "CSAFPID-1673452" ] } ], "title": "CVE-2024-21251" }, { "cve": "CVE-2024-21261", "product_status": { "known_affected": [ "CSAFPID-1673144", "CSAFPID-1503575", "CSAFPID-1673188" ] }, "references": [ { "category": "self", "summary": "CVE-2024-21261", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21261.json" } ], "scores": [ { "cvss_v3": { "baseScore": 4.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-1673144", "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-21261" }, { "cve": "CVE-2024-22018", "cwe": { "id": "CWE-275", "name": "-" }, "notes": [ { "category": "other", "text": "CWE-275", "title": "CWE-275" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22018", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22018.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-22018" }, { "cve": "CVE-2024-22020", "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22020", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22020.json" } ], "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": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-22020" }, { "cve": "CVE-2024-22201", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1673384", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-22201", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22201.json" } ], "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": [ "CSAFPID-1673384", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-22201" }, { "cve": "CVE-2024-23807", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-1650831", "CSAFPID-1650825", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23807", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23807.json" } ], "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": [ "CSAFPID-1650831", "CSAFPID-1650825", "CSAFPID-1673479", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-23807" }, { "cve": "CVE-2024-23944", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "product_status": { "known_affected": [ "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-23944", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23944.json" } ], "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": [ "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-23944" }, { "cve": "CVE-2024-24989", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-24989", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24989.json" } ], "title": "CVE-2024-24989" }, { "cve": "CVE-2024-24990", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-24990", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24990.json" } ], "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": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-24990" }, { "cve": "CVE-2024-25710", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "notes": [ { "category": "other", "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)", "title": "CWE-835" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1673384", "CSAFPID-816871", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-342816", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-912046", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-25710", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25710.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-89587", "CSAFPID-1673384", "CSAFPID-816871", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-342816", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-912046", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-25710" }, { "cve": "CVE-2024-26130", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26130", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26130.json" } ], "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": [ "CSAFPID-89587", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816798", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-26130" }, { "cve": "CVE-2024-26308", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1673384", "CSAFPID-816871", "CSAFPID-816798", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-26308", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26308.json" } ], "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": [ "CSAFPID-89587", "CSAFPID-1673384", "CSAFPID-816871", "CSAFPID-816798", "CSAFPID-342816", "CSAFPID-764275", "CSAFPID-764752", "CSAFPID-816801", "CSAFPID-816846", "CSAFPID-912044", "CSAFPID-912045", "CSAFPID-912046", "CSAFPID-912561", "CSAFPID-912567", "CSAFPID-912600", "CSAFPID-912601", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-816845", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-26308" }, { "cve": "CVE-2024-27983", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-27983", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27983.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.2, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H", "version": "3.1" }, "products": [ "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-27983" }, { "cve": "CVE-2024-28182", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" }, { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Detection of Error Condition Without Action", "title": "CWE-390" }, { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1673442", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28182", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28182.json" } ], "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": [ "CSAFPID-1673442", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-28182" }, { "cve": "CVE-2024-28849", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" } ], "product_status": { "known_affected": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28849", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28849.json" } ], "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": [ "CSAFPID-89587", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-28849" }, { "cve": "CVE-2024-28887", "cwe": { "id": "CWE-427", "name": "Uncontrolled Search Path Element" }, "notes": [ { "category": "other", "text": "Uncontrolled Search Path Element", "title": "CWE-427" } ], "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-28887", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28887.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] } ], "title": "CVE-2024-28887" }, { "cve": "CVE-2024-29025", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "other", "text": "Allocation of Resources Without Limits or Throttling", "title": "CWE-770" } ], "product_status": { "known_affected": [ "CSAFPID-1673488", "CSAFPID-1673489", "CSAFPID-1673491", "CSAFPID-1673492", "CSAFPID-1673493", "CSAFPID-1673495", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29025", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29025.json" } ], "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": [ "CSAFPID-1673488", "CSAFPID-1673489", "CSAFPID-1673491", "CSAFPID-1673492", "CSAFPID-1673493", "CSAFPID-1673495", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-29025" }, { "cve": "CVE-2024-29131", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-1673497", "CSAFPID-1673397", "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29131", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29131.json" } ], "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": [ "CSAFPID-1673497", "CSAFPID-1673397", "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-29131" }, { "cve": "CVE-2024-29133", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-1673497", "CSAFPID-1673397", "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] }, "references": [ { "category": "self", "summary": "CVE-2024-29133", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29133.json" } ], "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": [ "CSAFPID-1673497", "CSAFPID-1673397", "CSAFPID-1673384", "CSAFPID-1503575", "CSAFPID-1503603", "CSAFPID-764250", "CSAFPID-1503612", "CSAFPID-1503640", "CSAFPID-342816", "CSAFPID-816845", "CSAFPID-816846", "CSAFPID-1503299", "CSAFPID-1503302", "CSAFPID-1503306", "CSAFPID-1503661", "CSAFPID-1503663", "CSAFPID-764813" ] } ], "title": "CVE-2024-29133" }, { "cve": "CVE-2024-31079", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Stack-based Buffer Overflow", "title": "CWE-121" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-31079", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-31079.json" } ], "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": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-31079" }, { "cve": "CVE-2024-32760", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "Out-of-bounds Write", "title": "CWE-787" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-32760", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-32760.json" } ], "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": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-32760" }, { "cve": "CVE-2024-34161", "cwe": { "id": "CWE-401", "name": "Missing Release of Memory after Effective Lifetime" }, "notes": [ { "category": "other", "text": "Missing Release of Memory after Effective Lifetime", "title": "CWE-401" }, { "category": "other", "text": "Use After Free", "title": "CWE-416" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-34161", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34161.json" } ], "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": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-34161" }, { "cve": "CVE-2024-34750", "cwe": { "id": "CWE-755", "name": "Improper Handling of Exceptional Conditions" }, "notes": [ { "category": "other", "text": "Improper Handling of Exceptional Conditions", "title": "CWE-755" }, { "category": "other", "text": "Uncontrolled Resource Consumption", "title": "CWE-400" } ], "product_status": { "known_affected": [ "CSAFPID-1673504", "CSAFPID-1673506" ] }, "references": [ { "category": "self", "summary": "CVE-2024-34750", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34750.json" } ], "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": [ "CSAFPID-1673504", "CSAFPID-1673506" ] } ], "title": "CVE-2024-34750" }, { "cve": "CVE-2024-35200", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-35200", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35200.json" } ], "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": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-35200" }, { "cve": "CVE-2024-36137", "cwe": { "id": "CWE-275", "name": "-" }, "notes": [ { "category": "other", "text": "CWE-275", "title": "CWE-275" }, { "category": "other", "text": "Incorrect Permission Assignment for Critical Resource", "title": "CWE-732" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-36137", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36137.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-36137" }, { "cve": "CVE-2024-36138", "cwe": { "id": "CWE-77", "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)", "title": "CWE-77" } ], "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-36138", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36138.json" } ], "title": "CVE-2024-36138" }, { "cve": "CVE-2024-36387", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-36387", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36387.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-36387" }, { "cve": "CVE-2024-37370", "cwe": { "id": "CWE-130", "name": "Improper Handling of Length Parameter Inconsistency" }, "notes": [ { "category": "other", "text": "Improper Handling of Length Parameter Inconsistency", "title": "CWE-130" } ], "product_status": { "known_affected": [ "CSAFPID-1673507", "CSAFPID-1673508", "CSAFPID-1673509" ] }, "references": [ { "category": "self", "summary": "CVE-2024-37370", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37370.json" } ], "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:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673507", "CSAFPID-1673508", "CSAFPID-1673509" ] } ], "title": "CVE-2024-37370" }, { "cve": "CVE-2024-37371", "cwe": { "id": "CWE-130", "name": "Improper Handling of Length Parameter Inconsistency" }, "notes": [ { "category": "other", "text": "Improper Handling of Length Parameter Inconsistency", "title": "CWE-130" } ], "product_status": { "known_affected": [ "CSAFPID-1673507", "CSAFPID-1673508", "CSAFPID-1673509" ] }, "references": [ { "category": "self", "summary": "CVE-2024-37371", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37371.json" } ], "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:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673507", "CSAFPID-1673508", "CSAFPID-1673509" ] } ], "title": "CVE-2024-37371" }, { "cve": "CVE-2024-37372", "product_status": { "known_affected": [ "CSAFPID-89587" ] }, "references": [ { "category": "self", "summary": "CVE-2024-37372", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37372.json" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-89587" ] } ], "title": "CVE-2024-37372" }, { "cve": "CVE-2024-38356", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-1673510", "CSAFPID-1503575", "CSAFPID-1673188" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38356", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38356.json" } ], "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": [ "CSAFPID-1673510", "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-38356" }, { "cve": "CVE-2024-38357", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "other", "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "title": "CWE-79" } ], "product_status": { "known_affected": [ "CSAFPID-1673510", "CSAFPID-1503575", "CSAFPID-1673188" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38357", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38357.json" } ], "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": [ "CSAFPID-1673510", "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-38357" }, { "cve": "CVE-2024-38472", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38472", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38472.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38472" }, { "cve": "CVE-2024-38473", "cwe": { "id": "CWE-172", "name": "Encoding Error" }, "notes": [ { "category": "other", "text": "Encoding Error", "title": "CWE-172" }, { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38473", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38473.json" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38473" }, { "cve": "CVE-2024-38474", "cwe": { "id": "CWE-172", "name": "Encoding Error" }, "notes": [ { "category": "other", "text": "Encoding Error", "title": "CWE-172" }, { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38474", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38474.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38474" }, { "cve": "CVE-2024-38475", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "other", "text": "Improper Access Control", "title": "CWE-284" }, { "category": "other", "text": "Improper Encoding or Escaping of Output", "title": "CWE-116" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38475", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38475.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38475" }, { "cve": "CVE-2024-38476", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "other", "text": "Inclusion of Functionality from Untrusted Control Sphere", "title": "CWE-829" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38476", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38476.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38476" }, { "cve": "CVE-2024-38477", "cwe": { "id": "CWE-404", "name": "Improper Resource Shutdown or Release" }, "notes": [ { "category": "other", "text": "Improper Resource Shutdown or Release", "title": "CWE-404" }, { "category": "other", "text": "NULL Pointer Dereference", "title": "CWE-476" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38477", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38477.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-38477" }, { "cve": "CVE-2024-38998", "cwe": { "id": "CWE-1321", "name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)" }, "notes": [ { "category": "other", "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)", "title": "CWE-1321" } ], "product_status": { "known_affected": [ "CSAFPID-1673511", "CSAFPID-1673512", "CSAFPID-1503575", "CSAFPID-1673188" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38998", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38998.json" } ], "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": [ "CSAFPID-1673511", "CSAFPID-1673512", "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-38998" }, { "cve": "CVE-2024-38999", "cwe": { "id": "CWE-1321", "name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)" }, "notes": [ { "category": "other", "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)", "title": "CWE-1321" } ], "product_status": { "known_affected": [ "CSAFPID-1673511", "CSAFPID-1673512", "CSAFPID-1503575", "CSAFPID-1673188" ] }, "references": [ { "category": "self", "summary": "CVE-2024-38999", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38999.json" } ], "scores": [ { "cvss_v3": { "baseScore": 10.0, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-1673511", "CSAFPID-1673512", "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-38999" }, { "cve": "CVE-2024-39573", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" }, { "category": "other", "text": "Improper Input Validation", "title": "CWE-20" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-39573", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39573.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-39573" }, { "cve": "CVE-2024-39884", "cwe": { "id": "CWE-18", "name": "-" }, "notes": [ { "category": "other", "text": "CWE-18", "title": "CWE-18" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417" ] }, "references": [ { "category": "self", "summary": "CVE-2024-39884", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39884.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417" ] } ], "title": "CVE-2024-39884" }, { "cve": "CVE-2024-40725", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "notes": [ { "category": "other", "text": "Exposure of Sensitive Information to an Unauthorized Actor", "title": "CWE-200" }, { "category": "other", "text": "Exposure of Resource to Wrong Sphere", "title": "CWE-668" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479" ] }, "references": [ { "category": "self", "summary": "CVE-2024-40725", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40725.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479" ] } ], "title": "CVE-2024-40725" }, { "cve": "CVE-2024-40898", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "notes": [ { "category": "other", "text": "Server-Side Request Forgery (SSRF)", "title": "CWE-918" } ], "product_status": { "known_affected": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479" ] }, "references": [ { "category": "self", "summary": "CVE-2024-40898", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40898.json" } ], "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": [ "CSAFPID-345049", "CSAFPID-611417", "CSAFPID-1673479" ] } ], "title": "CVE-2024-40898" }, { "cve": "CVE-2024-45490", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "other", "text": "Integer Overflow or Wraparound", "title": "CWE-190" }, { "category": "other", "text": "Incorrect Calculation of Buffer Size", "title": "CWE-131" } ], "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-45490", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45490.json" } ], "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": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] } ], "title": "CVE-2024-45490" }, { "cve": "CVE-2024-45491", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "other", "text": "Integer Overflow or Wraparound", "title": "CWE-190" } ], "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-45491", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45491.json" } ], "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": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] } ], "title": "CVE-2024-45491" }, { "cve": "CVE-2024-45492", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "other", "text": "Integer Overflow or Wraparound", "title": "CWE-190" } ], "product_status": { "known_affected": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] }, "references": [ { "category": "self", "summary": "CVE-2024-45492", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45492.json" } ], "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": [ "CSAFPID-1673385", "CSAFPID-1673442", "CSAFPID-1673386" ] } ], "title": "CVE-2024-45492" }, { "cve": "CVE-2024-45801", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "notes": [ { "category": "other", "text": "Inefficient Regular Expression Complexity", "title": "CWE-1333" }, { "category": "other", "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)", "title": "CWE-1321" } ], "product_status": { "known_affected": [ "CSAFPID-1503575", "CSAFPID-1673188" ] }, "references": [ { "category": "self", "summary": "CVE-2024-45801", "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45801.json" } ], "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": [ "CSAFPID-1503575", "CSAFPID-1673188" ] } ], "title": "CVE-2024-45801" } ] }
gsd-2024-26130
Vulnerability from gsd
Modified
2024-02-15 06:02
Details
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if `pkcs12.serialize_key_and_certificates` is called with both a certificate whose public key did not match the provided private key and an `encryption_algorithm` with `hmac_hash` set (via `PrivateFormat.PKCS12.encryption_builder().hmac_hash(...)`, then a NULL pointer dereference would occur, crashing the Python process. This has been resolved in version 42.0.4, the first version in which a `ValueError` is properly raised.
Aliases
{ "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2024-26130" ], "details": "cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if `pkcs12.serialize_key_and_certificates` is called with both a certificate whose public key did not match the provided private key and an `encryption_algorithm` with `hmac_hash` set (via `PrivateFormat.PKCS12.encryption_builder().hmac_hash(...)`, then a NULL pointer dereference would occur, crashing the Python process. This has been resolved in version 42.0.4, the first version in which a `ValueError` is properly raised.", "id": "GSD-2024-26130", "modified": "2024-02-15T06:02:25.140735Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2024-26130", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "cryptography", "version": { "version_data": [ { "version_affected": "=", "version_value": "\u003e= 38.0.0, \u003c 42.0.4" } ] } } ] }, "vendor_name": "pyca" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if `pkcs12.serialize_key_and_certificates` is called with both a certificate whose public key did not match the provided private key and an `encryption_algorithm` with `hmac_hash` set (via `PrivateFormat.PKCS12.encryption_builder().hmac_hash(...)`, then a NULL pointer dereference would occur, crashing the Python process. This has been resolved in version 42.0.4, the first version in which a `ValueError` is properly raised." } ] }, "impact": { "cvss": [ { "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" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-476", "lang": "eng", "value": "CWE-476: NULL Pointer Dereference" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/pyca/cryptography/security/advisories/GHSA-6vqw-3v5j-54x4", "refsource": "MISC", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-6vqw-3v5j-54x4" }, { "name": "https://github.com/pyca/cryptography/pull/10423", "refsource": "MISC", "url": "https://github.com/pyca/cryptography/pull/10423" }, { "name": "https://github.com/pyca/cryptography/commit/97d231672763cdb5959a3b191e692a362f1b9e55", "refsource": "MISC", "url": "https://github.com/pyca/cryptography/commit/97d231672763cdb5959a3b191e692a362f1b9e55" } ] }, "source": { "advisory": "GHSA-6vqw-3v5j-54x4", "discovery": "UNKNOWN" } }, "nvd.nist.gov": { "cve": { "descriptions": [ { "lang": "en", "value": "cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if `pkcs12.serialize_key_and_certificates` is called with both a certificate whose public key did not match the provided private key and an `encryption_algorithm` with `hmac_hash` set (via `PrivateFormat.PKCS12.encryption_builder().hmac_hash(...)`, then a NULL pointer dereference would occur, crashing the Python process. This has been resolved in version 42.0.4, the first version in which a `ValueError` is properly raised." }, { "lang": "es", "value": "cryptography es un paquete manipulado para exponer recetas y primitivas criptogr\u00e1ficas a los desarrolladores de Python. A partir de la versi\u00f3n 38.0.0 y anteriores a la versi\u00f3n 42.0.4, si se llama a `pkcs12.serialize_key_and_certificates` con un certificado cuya clave p\u00fablica no coincide con la clave privada proporcionada y un `encryption_algorithm` con `hmac_hash` configurado (a trav\u00e9s de `PrivateFormat .PKCS12.encryption_builder().hmac_hash(...)`, entonces se producir\u00eda una desreferencia del puntero NULL, bloqueando el proceso de Python. Esto se resolvi\u00f3 en la versi\u00f3n 42.0.4, la primera versi\u00f3n en la que se genera correctamente un `ValueError` ." } ], "id": "CVE-2024-26130", "lastModified": "2024-02-22T19:07:27.197", "metrics": { "cvssMetricV31": [ { "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": "security-advisories@github.com", "type": "Secondary" } ] }, "published": "2024-02-21T17:15:09.863", "references": [ { "source": "security-advisories@github.com", "url": "https://github.com/pyca/cryptography/commit/97d231672763cdb5959a3b191e692a362f1b9e55" }, { "source": "security-advisories@github.com", "url": "https://github.com/pyca/cryptography/pull/10423" }, { "source": "security-advisories@github.com", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-6vqw-3v5j-54x4" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Awaiting Analysis", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-476" } ], "source": "security-advisories@github.com", "type": "Secondary" } ] } } } }
ghsa-6vqw-3v5j-54x4
Vulnerability from github
Published
2024-02-21 18:04
Modified
2024-02-21 22:45
Severity ?
Summary
cryptography NULL pointer dereference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override
Details
If pkcs12.serialize_key_and_certificates
is called with both:
- A certificate whose public key did not match the provided private key
- An
encryption_algorithm
withhmac_hash
set (viaPrivateFormat.PKCS12.encryption_builder().hmac_hash(...)
Then a NULL pointer dereference would occur, crashing the Python process.
This has been resolved, and now a ValueError
is properly raised.
Patched in https://github.com/pyca/cryptography/pull/10423
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "cryptography" }, "ranges": [ { "events": [ { "introduced": "38.0.0" }, { "fixed": "42.0.4" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-26130" ], "database_specific": { "cwe_ids": [ "CWE-476" ], "github_reviewed": true, "github_reviewed_at": "2024-02-21T18:04:40Z", "nvd_published_at": "2024-02-21T17:15:09Z", "severity": "HIGH" }, "details": "If `pkcs12.serialize_key_and_certificates` is called with both:\n\n1. A certificate whose public key did not match the provided private key\n2. An `encryption_algorithm` with `hmac_hash` set (via `PrivateFormat.PKCS12.encryption_builder().hmac_hash(...)`\n\nThen a NULL pointer dereference would occur, crashing the Python process.\n\nThis has been resolved, and now a `ValueError` is properly raised.\n\nPatched in https://github.com/pyca/cryptography/pull/10423", "id": "GHSA-6vqw-3v5j-54x4", "modified": "2024-02-21T22:45:34Z", "published": "2024-02-21T18:04:40Z", "references": [ { "type": "WEB", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-6vqw-3v5j-54x4" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26130" }, { "type": "WEB", "url": "https://github.com/pyca/cryptography/pull/10423" }, { "type": "WEB", "url": "https://github.com/pyca/cryptography/commit/97d231672763cdb5959a3b191e692a362f1b9e55" }, { "type": "PACKAGE", "url": "https://github.com/pyca/cryptography" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ], "summary": "cryptography NULL pointer dereference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override" }
rhsa-2024_7987
Vulnerability from csaf_redhat
Published
2024-10-10 20:31
Modified
2024-12-17 21:03
Summary
Red Hat Security Advisory: Satellite 6.15.4 Security Update
Notes
Topic
An update is now available for Red Hat Satellite 6.15 for RHEL 8.
Red Hat Product Security has rated this update as having a security impact
of Moderate. 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.
Details
Red Hat Satellite is a system management solution that allows organizations
to configure and maintain their systems without the necessity to provide
public Internet access to their servers or other client systems. It
performs provisioning and configuration management of predefined standard
operating environments.
Security Fix(es):
* python-gunicorn: HTTP Request Smuggling due to improper validation of Transfer-Encoding headers (CVE-2024-1135)
* golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses (CVE-2024-24790)
* python-cryptography: NULL pointer dereference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override (CVE-2024-26130)
* python-django: Potential denial-of-service vulnerability in django.utils.html.urlize() and AdminURLFieldWidget (CVE-2024-41991)
Users of Red Hat Satellite are advised to upgrade to these updated
packages, which fix these bugs.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update is now available for Red Hat Satellite 6.15 for RHEL 8.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from the\nCVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat Satellite is a system management solution that allows organizations\nto configure and maintain their systems without the necessity to provide\npublic Internet access to their servers or other client systems. It\nperforms provisioning and configuration management of predefined standard\noperating environments.\nSecurity Fix(es):\n\n* python-gunicorn: HTTP Request Smuggling due to improper validation of Transfer-Encoding headers (CVE-2024-1135)\n* golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses (CVE-2024-24790)\n* python-cryptography: NULL pointer dereference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override (CVE-2024-26130)\n* python-django: Potential denial-of-service vulnerability in django.utils.html.urlize() and AdminURLFieldWidget (CVE-2024-41991)\n\nUsers of Red Hat Satellite are advised to upgrade to these updated\npackages, which fix these bugs.", "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-2024:7987", "url": "https://access.redhat.com/errata/RHSA-2024:7987" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index" }, { "category": "external", "summary": "2269617", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269617" }, { "category": "external", "summary": "2275280", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275280" }, { "category": "external", "summary": "2292787", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292787" }, { "category": "external", "summary": "2302435", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302435" }, { "category": "external", "summary": "SAT-25848", "url": "https://issues.redhat.com/browse/SAT-25848" }, { "category": "external", "summary": "SAT-27294", "url": "https://issues.redhat.com/browse/SAT-27294" }, { "category": "external", "summary": "SAT-27295", "url": "https://issues.redhat.com/browse/SAT-27295" }, { "category": "external", "summary": "SAT-27296", "url": "https://issues.redhat.com/browse/SAT-27296" }, { "category": "external", "summary": "SAT-27299", "url": "https://issues.redhat.com/browse/SAT-27299" }, { "category": "external", "summary": "SAT-27950", "url": "https://issues.redhat.com/browse/SAT-27950" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_7987.json" } ], "title": "Red Hat Security Advisory: Satellite 6.15.4 Security Update", "tracking": { "current_release_date": "2024-12-17T21:03:11+00:00", "generator": { "date": "2024-12-17T21:03:11+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.3" } }, "id": "RHSA-2024:7987", "initial_release_date": "2024-10-10T20:31:33+00:00", "revision_history": [ { "date": "2024-10-10T20:31:33+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-10-10T20:31:33+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-12-17T21:03:11+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Satellite 6.15 for RHEL 8", "product": { "name": "Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15", "product_identification_helper": { "cpe": "cpe:/a:redhat:satellite:6.15::el8" } } }, { "category": "product_name", "name": "Red Hat Satellite 6.15 for RHEL 8", "product": { "name": "Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule", "product_identification_helper": { "cpe": "cpe:/a:redhat:satellite_capsule:6.15::el8" } } }, { "category": "product_name", "name": "Red Hat Satellite 6.15 for RHEL 8", "product": { "name": "Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils", "product_identification_helper": { "cpe": "cpe:/a:redhat:satellite_utils:6.15::el8" } } } ], "category": "product_family", "name": "Red Hat Satellite 6" }, { "branches": [ { "category": "product_version", "name": "foreman-0:3.9.1.10-1.el8sat.src", "product": { "name": "foreman-0:3.9.1.10-1.el8sat.src", "product_id": "foreman-0:3.9.1.10-1.el8sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman@3.9.1.10-1.el8sat?arch=src" } } }, { "category": "product_version", "name": "foreman-installer-1:3.9.3.5-1.el8sat.src", "product": { "name": "foreman-installer-1:3.9.3.5-1.el8sat.src", "product_id": "foreman-installer-1:3.9.3.5-1.el8sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-installer@3.9.3.5-1.el8sat?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python-cryptography-0:42.0.8-1.el8pc.src", "product": { "name": "python-cryptography-0:42.0.8-1.el8pc.src", "product_id": "python-cryptography-0:42.0.8-1.el8pc.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@42.0.8-1.el8pc?arch=src" } } }, { "category": "product_version", "name": "python-django-0:4.2.15-1.el8pc.src", "product": { "name": "python-django-0:4.2.15-1.el8pc.src", "product_id": "python-django-0:4.2.15-1.el8pc.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-django@4.2.15-1.el8pc?arch=src" } } }, { "category": "product_version", "name": "python-gunicorn-0:22.0.0-1.el8pc.src", "product": { "name": "python-gunicorn-0:22.0.0-1.el8pc.src", "product_id": "python-gunicorn-0:22.0.0-1.el8pc.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-gunicorn@22.0.0-1.el8pc?arch=src" } } }, { "category": "product_version", "name": "python-pulp-certguard-0:1.7.2-1.el8pc.src", "product": { "name": "python-pulp-certguard-0:1.7.2-1.el8pc.src", "product_id": "python-pulp-certguard-0:1.7.2-1.el8pc.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pulp-certguard@1.7.2-1.el8pc?arch=src" } } }, { "category": "product_version", "name": "python-pulpcore-0:3.39.21-1.el8pc.src", "product": { "name": "python-pulpcore-0:3.39.21-1.el8pc.src", "product_id": "python-pulpcore-0:3.39.21-1.el8pc.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pulpcore@3.39.21-1.el8pc?arch=src" } } }, { "category": "product_version", "name": "python-pyOpenSSL-0:24.1.0-1.el8pc.src", "product": { "name": "python-pyOpenSSL-0:24.1.0-1.el8pc.src", "product_id": "python-pyOpenSSL-0:24.1.0-1.el8pc.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pyOpenSSL@24.1.0-1.el8pc?arch=src" } } }, { "category": "product_version", "name": "rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.src", "product": { "name": "rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.src", "product_id": "rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-foreman_rh_cloud@9.0.58-1.el8sat?arch=src" } } }, { "category": "product_version", "name": "rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.src", "product": { "name": "rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.src", "product_id": "rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-foreman_theme_satellite@13.3.0-0.1.el8sat?arch=src" } } }, { "category": "product_version", "name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "product": { "name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "product_id": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_tasks@0.0.21-1.el8sat?arch=src" } } }, { "category": "product_version", "name": "rubygem-katello-0:4.11.0.17-1.el8sat.src", "product": { "name": "rubygem-katello-0:4.11.0.17-1.el8sat.src", "product_id": "rubygem-katello-0:4.11.0.17-1.el8sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-katello@4.11.0.17-1.el8sat?arch=src" } } }, { "category": "product_version", "name": "satellite-0:6.15.4-2.el8sat.src", "product": { "name": "satellite-0:6.15.4-2.el8sat.src", "product_id": "satellite-0:6.15.4-2.el8sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite@6.15.4-2.el8sat?arch=src" } } }, { "category": "product_version", "name": "yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.src", "product": { "name": "yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.src", "product_id": "yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/yggdrasil-worker-forwarder@0.0.3-2.el8sat?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "foreman-0:3.9.1.10-1.el8sat.noarch", "product": { "name": "foreman-0:3.9.1.10-1.el8sat.noarch", "product_id": "foreman-0:3.9.1.10-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman@3.9.1.10-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-cli-0:3.9.1.10-1.el8sat.noarch", "product": { "name": "foreman-cli-0:3.9.1.10-1.el8sat.noarch", "product_id": "foreman-cli-0:3.9.1.10-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-cli@3.9.1.10-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-debug-0:3.9.1.10-1.el8sat.noarch", "product": { "name": "foreman-debug-0:3.9.1.10-1.el8sat.noarch", "product_id": "foreman-debug-0:3.9.1.10-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-debug@3.9.1.10-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "product": { "name": "foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "product_id": "foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-dynflow-sidekiq@3.9.1.10-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "product": { "name": "foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "product_id": "foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-ec2@3.9.1.10-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-journald-0:3.9.1.10-1.el8sat.noarch", "product": { "name": "foreman-journald-0:3.9.1.10-1.el8sat.noarch", "product_id": "foreman-journald-0:3.9.1.10-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-journald@3.9.1.10-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "product": { "name": "foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "product_id": "foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-libvirt@3.9.1.10-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "product": { "name": "foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "product_id": "foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-openstack@3.9.1.10-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "product": { "name": "foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "product_id": "foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-ovirt@3.9.1.10-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "product": { "name": "foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "product_id": "foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-pcp@3.9.1.10-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "product": { "name": "foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "product_id": "foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-postgresql@3.9.1.10-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-redis-0:3.9.1.10-1.el8sat.noarch", "product": { "name": "foreman-redis-0:3.9.1.10-1.el8sat.noarch", "product_id": "foreman-redis-0:3.9.1.10-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-redis@3.9.1.10-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-service-0:3.9.1.10-1.el8sat.noarch", "product": { "name": "foreman-service-0:3.9.1.10-1.el8sat.noarch", "product_id": "foreman-service-0:3.9.1.10-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-service@3.9.1.10-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "product": { "name": "foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "product_id": "foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-telemetry@3.9.1.10-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "product": { "name": "foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "product_id": "foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-vmware@3.9.1.10-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-installer-1:3.9.3.5-1.el8sat.noarch", "product": { "name": "foreman-installer-1:3.9.3.5-1.el8sat.noarch", "product_id": "foreman-installer-1:3.9.3.5-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-installer@3.9.3.5-1.el8sat?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "product": { "name": "foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "product_id": "foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-installer-katello@3.9.3.5-1.el8sat?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python3.11-django-0:4.2.15-1.el8pc.noarch", "product": { "name": "python3.11-django-0:4.2.15-1.el8pc.noarch", "product_id": "python3.11-django-0:4.2.15-1.el8pc.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-django@4.2.15-1.el8pc?arch=noarch" } } }, { "category": "product_version", "name": "python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "product": { "name": "python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "product_id": "python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-gunicorn@22.0.0-1.el8pc?arch=noarch" } } }, { "category": "product_version", "name": "python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "product": { "name": "python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "product_id": "python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-pulp-certguard@1.7.2-1.el8pc?arch=noarch" } } }, { "category": "product_version", "name": "python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "product": { "name": "python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "product_id": "python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-pulpcore@3.39.21-1.el8pc?arch=noarch" } } }, { "category": "product_version", "name": "python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "product": { "name": "python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "product_id": "python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-pyOpenSSL@24.1.0-1.el8pc?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.noarch", "product": { "name": "rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.noarch", "product_id": "rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-foreman_rh_cloud@9.0.58-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.noarch", "product": { "name": "rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.noarch", "product_id": "rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-foreman_theme_satellite@13.3.0-0.1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "product": { "name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "product_id": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-hammer_cli_foreman_tasks@0.0.21-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-katello-0:4.11.0.17-1.el8sat.noarch", "product": { "name": "rubygem-katello-0:4.11.0.17-1.el8sat.noarch", "product_id": "rubygem-katello-0:4.11.0.17-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-katello@4.11.0.17-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-0:6.15.4-2.el8sat.noarch", "product": { "name": "satellite-0:6.15.4-2.el8sat.noarch", "product_id": "satellite-0:6.15.4-2.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite@6.15.4-2.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-cli-0:6.15.4-2.el8sat.noarch", "product": { "name": "satellite-cli-0:6.15.4-2.el8sat.noarch", "product_id": "satellite-cli-0:6.15.4-2.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite-cli@6.15.4-2.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-common-0:6.15.4-2.el8sat.noarch", "product": { "name": "satellite-common-0:6.15.4-2.el8sat.noarch", "product_id": "satellite-common-0:6.15.4-2.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite-common@6.15.4-2.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-capsule-0:6.15.4-2.el8sat.noarch", "product": { "name": "satellite-capsule-0:6.15.4-2.el8sat.noarch", "product_id": "satellite-capsule-0:6.15.4-2.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite-capsule@6.15.4-2.el8sat?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "product": { "name": "python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "product_id": "python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-cryptography@42.0.8-1.el8pc?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "product": { "name": "python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "product_id": "python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@42.0.8-1.el8pc?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "product": { "name": "python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "product_id": "python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-cryptography-debuginfo@42.0.8-1.el8pc?arch=x86_64" } } }, { "category": "product_version", "name": "yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.x86_64", "product": { "name": "yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.x86_64", "product_id": "yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/yggdrasil-worker-forwarder@0.0.3-2.el8sat?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "foreman-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-0:3.9.1.10-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.src" }, "product_reference": "foreman-0:3.9.1.10-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-cli-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-cli-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-debug-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-debug-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-ec2-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-installer-1:3.9.3.5-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.noarch" }, "product_reference": "foreman-installer-1:3.9.3.5-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-installer-1:3.9.3.5-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.src" }, "product_reference": "foreman-installer-1:3.9.3.5-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch" }, "product_reference": "foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-journald-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-journald-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-libvirt-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-openstack-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-ovirt-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-pcp-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-postgresql-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-redis-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-redis-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-service-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-service-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-telemetry-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-vmware-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:42.0.8-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python-cryptography-0:42.0.8-1.el8pc.src" }, "product_reference": "python-cryptography-0:42.0.8-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64" }, "product_reference": "python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python-django-0:4.2.15-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python-django-0:4.2.15-1.el8pc.src" }, "product_reference": "python-django-0:4.2.15-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python-gunicorn-0:22.0.0-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python-gunicorn-0:22.0.0-1.el8pc.src" }, "product_reference": "python-gunicorn-0:22.0.0-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python-pulp-certguard-0:1.7.2-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python-pulp-certguard-0:1.7.2-1.el8pc.src" }, "product_reference": "python-pulp-certguard-0:1.7.2-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python-pulpcore-0:3.39.21-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.21-1.el8pc.src" }, "product_reference": "python-pulpcore-0:3.39.21-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python-pyOpenSSL-0:24.1.0-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src" }, "product_reference": "python-pyOpenSSL-0:24.1.0-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-cryptography-0:42.0.8-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64" }, "product_reference": "python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64" }, "product_reference": "python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-django-0:4.2.15-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.15-1.el8pc.noarch" }, "product_reference": "python3.11-django-0:4.2.15-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-gunicorn-0:22.0.0-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch" }, "product_reference": "python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch" }, "product_reference": "python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pulpcore-0:3.39.21-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch" }, "product_reference": "python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch" }, "product_reference": "python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.15.4-2.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.noarch" }, "product_reference": "satellite-0:6.15.4-2.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.15.4-2.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.src" }, "product_reference": "satellite-0:6.15.4-2.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-capsule-0:6.15.4-2.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.4-2.el8sat.noarch" }, "product_reference": "satellite-capsule-0:6.15.4-2.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-cli-0:6.15.4-2.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.4-2.el8sat.noarch" }, "product_reference": "satellite-cli-0:6.15.4-2.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-common-0:6.15.4-2.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:satellite-common-0:6.15.4-2.el8sat.noarch" }, "product_reference": "satellite-common-0:6.15.4-2.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-0:3.9.1.10-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.src" }, "product_reference": "foreman-0:3.9.1.10-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-cli-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-cli-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-debug-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-debug-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-ec2-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-journald-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-journald-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-libvirt-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-openstack-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-ovirt-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-pcp-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-postgresql-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-redis-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-redis-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-service-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-service-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-telemetry-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-vmware-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch" }, "product_reference": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src" }, "product_reference": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.15.4-2.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.noarch" }, "product_reference": "satellite-0:6.15.4-2.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.15.4-2.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.src" }, "product_reference": "satellite-0:6.15.4-2.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-capsule-0:6.15.4-2.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.4-2.el8sat.noarch" }, "product_reference": "satellite-capsule-0:6.15.4-2.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-cli-0:6.15.4-2.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:satellite-cli-0:6.15.4-2.el8sat.noarch" }, "product_reference": "satellite-cli-0:6.15.4-2.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-common-0:6.15.4-2.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:satellite-common-0:6.15.4-2.el8sat.noarch" }, "product_reference": "satellite-common-0:6.15.4-2.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-0:3.9.1.10-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.src" }, "product_reference": "foreman-0:3.9.1.10-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-cli-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-cli-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-cli-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-debug-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-debug-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-debug-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-ec2-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-ec2-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-installer-1:3.9.3.5-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.noarch" }, "product_reference": "foreman-installer-1:3.9.3.5-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-installer-1:3.9.3.5-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.src" }, "product_reference": "foreman-installer-1:3.9.3.5-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch" }, "product_reference": "foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-journald-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-journald-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-journald-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-libvirt-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-openstack-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-openstack-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-ovirt-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-pcp-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-pcp-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-postgresql-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-redis-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-redis-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-redis-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-service-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-service-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-service-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-telemetry-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-vmware-0:3.9.1.10-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-vmware-0:3.9.1.10-1.el8sat.noarch" }, "product_reference": "foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:42.0.8-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python-cryptography-0:42.0.8-1.el8pc.src" }, "product_reference": "python-cryptography-0:42.0.8-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64" }, "product_reference": "python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python-django-0:4.2.15-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python-django-0:4.2.15-1.el8pc.src" }, "product_reference": "python-django-0:4.2.15-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python-gunicorn-0:22.0.0-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python-gunicorn-0:22.0.0-1.el8pc.src" }, "product_reference": "python-gunicorn-0:22.0.0-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python-pulp-certguard-0:1.7.2-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python-pulp-certguard-0:1.7.2-1.el8pc.src" }, "product_reference": "python-pulp-certguard-0:1.7.2-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python-pulpcore-0:3.39.21-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python-pulpcore-0:3.39.21-1.el8pc.src" }, "product_reference": "python-pulpcore-0:3.39.21-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python-pyOpenSSL-0:24.1.0-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python-pyOpenSSL-0:24.1.0-1.el8pc.src" }, "product_reference": "python-pyOpenSSL-0:24.1.0-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-cryptography-0:42.0.8-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64" }, "product_reference": "python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64" }, "product_reference": "python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-django-0:4.2.15-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python3.11-django-0:4.2.15-1.el8pc.noarch" }, "product_reference": "python3.11-django-0:4.2.15-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-gunicorn-0:22.0.0-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch" }, "product_reference": "python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch" }, "product_reference": "python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pulpcore-0:3.39.21-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch" }, "product_reference": "python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch" }, "product_reference": "python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.noarch" }, "product_reference": "rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.src" }, "product_reference": "rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.noarch" }, "product_reference": "rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.src" }, "product_reference": "rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch" }, "product_reference": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src" }, "product_reference": "rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-katello-0:4.11.0.17-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.noarch" }, "product_reference": "rubygem-katello-0:4.11.0.17-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-katello-0:4.11.0.17-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.src" }, "product_reference": "rubygem-katello-0:4.11.0.17-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.15.4-2.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.noarch" }, "product_reference": "satellite-0:6.15.4-2.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.15.4-2.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.src" }, "product_reference": "satellite-0:6.15.4-2.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-capsule-0:6.15.4-2.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:satellite-capsule-0:6.15.4-2.el8sat.noarch" }, "product_reference": "satellite-capsule-0:6.15.4-2.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-cli-0:6.15.4-2.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:satellite-cli-0:6.15.4-2.el8sat.noarch" }, "product_reference": "satellite-cli-0:6.15.4-2.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-common-0:6.15.4-2.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:satellite-common-0:6.15.4-2.el8sat.noarch" }, "product_reference": "satellite-common-0:6.15.4-2.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.src" }, "product_reference": "yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.x86_64" }, "product_reference": "yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.x86_64", "relates_to_product_reference": "8Base-satellite-6.15" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-1135", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2024-04-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.src", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.src", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2275280" } ], "notes": [ { "category": "description", "text": "An HTTP Request Smuggling vulnerability was found in Gunicorn. By crafting requests with conflicting Transfer-Encoding headers, attackers can bypass security restrictions and access restricted endpoints. This issue is due to Gunicorn\u0027s handling of Transfer-Encoding headers, where it incorrectly processes requests with multiple, conflicting Transfer-Encoding headers, treating them as chunked regardless of the final encoding specified. This vulnerability allows for a range of attacks, including cache poisoning, session manipulation, and data exposure.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-gunicorn: HTTP Request Smuggling due to improper validation of Transfer-Encoding headers", "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-satellite-6.15-capsule:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch" ], "known_not_affected": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.src", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.src", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-1135" }, { "category": "external", "summary": "RHBZ#2275280", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275280" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-1135", "url": "https://www.cve.org/CVERecord?id=CVE-2024-1135" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-1135", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1135" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-w3h3-4rj7-4ph4", "url": "https://github.com/advisories/GHSA-w3h3-4rj7-4ph4" }, { "category": "external", "summary": "https://github.com/benoitc/gunicorn/commit/ac29c9b0a758d21f1e0fb3b3457239e523fa9f1d", "url": "https://github.com/benoitc/gunicorn/commit/ac29c9b0a758d21f1e0fb3b3457239e523fa9f1d" }, { "category": "external", "summary": "https://huntr.com/bounties/22158e34-cfd5-41ad-97e0-a780773d96c1", "url": "https://huntr.com/bounties/22158e34-cfd5-41ad-97e0-a780773d96c1" } ], "release_date": "2024-04-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-10T20:31:33+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index", "product_ids": [ "8Base-satellite-6.15-capsule:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:7987" }, { "category": "workaround", "details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.", "product_ids": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15-capsule:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.src", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.src", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.0" }, "products": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15-capsule:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.src", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.src", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python-gunicorn: HTTP Request Smuggling due to improper validation of Transfer-Encoding headers" }, { "cve": "CVE-2024-24790", "cwe": { "id": "CWE-115", "name": "Misinterpretation of Input" }, "discovery_date": "2024-06-17T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15-capsule:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.src", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.4-2.el8sat.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2292787" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Go language standard library net/netip. The method Is*() (IsPrivate(), IsPublic(), etc) doesn\u0027t behave properly when working with IPv6 mapped to IPv4 addresses. The unexpected behavior can lead to integrity and confidentiality issues, specifically when these methods are used to control access to resources or data.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses", "title": "Vulnerability summary" }, { "category": "other", "text": "This CVE has been marked as moderate as for our products a network-based attack vector is simply impossible when it comes to golang code,apart from that as per CVE flaw analysis reported by golang, this only affects integrity and confidentiality and has no effect on availability, hence CVSS has been marked as such.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.src", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.x86_64" ], "known_not_affected": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15-capsule:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.src", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.4-2.el8sat.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-24790" }, { "category": "external", "summary": "RHBZ#2292787", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292787" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-24790", "url": "https://www.cve.org/CVERecord?id=CVE-2024-24790" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24790", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24790" } ], "release_date": "2024-06-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-10T20:31:33+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index", "product_ids": [ "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.src", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:7987" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15-capsule:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.src", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.src", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 6.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15-capsule:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.src", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.src", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses" }, { "cve": "CVE-2024-26130", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2024-03-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15-capsule:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.src", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.src", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2269617" } ], "notes": [ { "category": "description", "text": "A flaw was discovered in python-cryptography. A NULL pointer dereference can be triggered when a PKCS#12 key and certificate do not match. Specifically, if the pkcs12.serialize_key_and_certificates function is called with a non-matching certificate and private key and an encryption algorithm with hmac_hash set, the Python process may crash, leading to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: NULL pointer dereference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerability in python-cryptography that leads to a NULL pointer dereference during the pkcs12.serialize_key_and_certificates function execution is classified as a moderate severity issue. While the vulnerability can result in a denial-of-service (DoS) by crashing the Python process, it requires specific conditions to trigger: a mismatch between the provided certificate\u0027s public key and private key, coupled with the use of an encryption algorithm with hmac_hash set.\n\nThe exploitation of this vulnerability does not directly lead to arbitrary code execution or data leakage. Instead, it causes a controlled termination of the Python process, which, although disruptive, is not as critical as other vulnerabilities that can lead to unauthorized access, data corruption, or code injection. However, it\u0027s important to note that denial-of-service conditions can still have operational impacts, disrupting services or causing system instability.\n\nThis issue does not affect Red Hat Enterprise Linux 6, 7, 8 and 9 as we dont ship the vulnerable code and package version.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-satellite-6.15-capsule:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.src" ], "known_not_affected": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15-capsule:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.src", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.src", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-26130" }, { "category": "external", "summary": "RHBZ#2269617", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269617" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-26130", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26130" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26130", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26130" } ], "release_date": "2024-02-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-10T20:31:33+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index", "product_ids": [ "8Base-satellite-6.15-capsule:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:7987" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15-capsule:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.src", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.src", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15-capsule:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.src", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.src", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: NULL pointer dereference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override" }, { "cve": "CVE-2024-41991", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-08-02T02:03:22+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.src", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.src", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2302435" } ], "notes": [ { "category": "description", "text": "A flaw was found in Django. \u0027urlize\u0027, \u0027urlizetrunc\u0027, and \u0027AdminURLFieldWidget\u0027 may be subject to a denial of service attack via certain inputs with a very large number of Unicode characters.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-django: Potential denial-of-service vulnerability in django.utils.html.urlize() and AdminURLFieldWidget", "title": "Vulnerability summary" }, { "category": "other", "text": "The identified vulnerability in Django\u0027s urlize, urlizetrunc template filters, and the AdminURLFieldWidget widget is classified as moderate severity rather than important due to its specific attack vector and impact. While the flaw allows for a potential denial-of-service (DoS) attack via inputs with a large number of Unicode characters, exploiting this vulnerability requires a significant volume of data to be processed by these components, which is a non-trivial task. Additionally, standard mitigation measures such as input validation, rate limiting, and monitoring can effectively reduce the risk.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-satellite-6.15-capsule:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15:python3.11-django-0:4.2.15-1.el8pc.noarch" ], "known_not_affected": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.src", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.src", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-41991" }, { "category": "external", "summary": "RHBZ#2302435", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302435" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-41991", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41991" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-41991", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41991" }, { "category": "external", "summary": "https://www.djangoproject.com/weblog/2024/aug/06/security-releases/", "url": "https://www.djangoproject.com/weblog/2024/aug/06/security-releases/" } ], "release_date": "2024-08-06T13:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-10-10T20:31:33+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index", "product_ids": [ "8Base-satellite-6.15-capsule:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15:python3.11-django-0:4.2.15-1.el8pc.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:7987" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15-capsule:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.src", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.src", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-capsule:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15-capsule:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15-utils:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.10-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.5-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.5-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.10-1.el8sat.noarch", "8Base-satellite-6.15:python-cryptography-0:42.0.8-1.el8pc.src", "8Base-satellite-6.15:python-cryptography-debugsource-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python-django-0:4.2.15-1.el8pc.src", "8Base-satellite-6.15:python-gunicorn-0:22.0.0-1.el8pc.src", "8Base-satellite-6.15:python-pulp-certguard-0:1.7.2-1.el8pc.src", "8Base-satellite-6.15:python-pulpcore-0:3.39.21-1.el8pc.src", "8Base-satellite-6.15:python-pyOpenSSL-0:24.1.0-1.el8pc.src", "8Base-satellite-6.15:python3.11-cryptography-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-cryptography-debuginfo-0:42.0.8-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-django-0:4.2.15-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-gunicorn-0:22.0.0-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-certguard-0:1.7.2-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulpcore-0:3.39.21-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pyOpenSSL-0:24.1.0-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.58-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.3.0-0.1.el8sat.src", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-hammer_cli_foreman_tasks-0:0.0.21-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.17-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.4-2.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.4-2.el8sat.noarch", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.src", "8Base-satellite-6.15:yggdrasil-worker-forwarder-0:0.0.3-2.el8sat.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-django: Potential denial-of-service vulnerability in django.utils.html.urlize() and AdminURLFieldWidget" } ] }
rhsa-2024_3781
Vulnerability from csaf_redhat
Published
2024-06-10 18:41
Modified
2024-12-18 02:26
Summary
Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update
Notes
Topic
An update is now available for Red Hat Ansible Automation Platform 2.4
Red Hat Product Security has rated this update as having a security impact of Moderate. 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.
Details
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.
Security Fix(es):
* automation-controller: aiohttp: DoS when trying to parse malformed POST requests (CVE-2024-30251)
* automation-controller: Django: Potential regular expression denial-of-service in django.utils.text.Truncator.words() (CVE-2024-27351)
* automation-controller: pip: Mercurial configuration injectable in repo revision when installing via pip (CVE-2023-5752)
* automation-controller: pydantic: regular expression denial of service via crafted email string (CVE-2024-3772)
* automation-hub, python3/python39-galaxy-ng: follow-redirects: Possible credential leak (CVE-2024-28849)
* python3/python39-aiohttp: DoS when trying to parse malformed POST requests (CVE-2024-30251)
* python3/python39-aiohttp: XSS on index pages for static file handling (CVE-2024-27306)
* python3/python39-black: ReDoS via the lines_with_leading_tabs_expanded() function in strings.py file (CVE-2024-21503)
* python3/python39-cryptography: NULL pointer dereference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override (CVE-2024-26130)
* python3/python39-cryptography: NULL-dereference when loading PKCS7 certificates (CVE-2023-49083)
* python3/python39-cryptography: NULL-dereference when loading PKCS7 certificates (CVE-2023-49083)
* python3/python39-gunicorn: HTTP Request Smuggling due to improper validation of Transfer-Encoding headers (CVE-2024-1135)
* python3/python39-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode() (CVE-2024-3651)
* python3/python39-jinja2: accepts keys containing non-attribute characters (CVE-2024-34064)
* python3/python39-pillow: buffer overflow in _imagingcms.c (CVE-2024-28219)
* python3/python39-pillow: Arbitrary Code Execution via the environment parameter (CVE-2023-50447)
* python3/python39-pydantic: regular expression denial of service via crafted email string (CVE-2024-3772)
* python3/python39-requests: subsequent requests to the same host ignore cert verification (CVE-2024-35195)
* python3/python39-social-auth-app-django: Improper Handling of Case Sensitivity in social-auth-app-django (CVE-2024-32879)
* python3/python39-sqlparse: parsing heavily nested list leads to denial of service (CVE-2024-4340)
* receptor: golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)
* receptor: golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)
* receptor: golang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Updates and fixes for automation controller:
* Fixed Redis connection leak on version 4.5.6 (AAP-24286)
* automation-controller has been updated to 4.5.7
Updates and fixes for automation hub:
* Fixed repository sync issues (AAH-3111, AAH-3218)
* automation-hub/python3-galaxy-ng/python39-galaxy-ng have been updated to 4.9.2
Additional changes:
* ansible-core has been updated to 2.15.11
* automation-eda-controller has been updated to 1.0.7
* installer and setup have been updated to 2.4-7
* receptor has been updated to 1.4.8
For more details about the updates and fixes included in this release, refer to the Release Notes.
Terms of Use
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.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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: aiohttp: DoS when trying to parse malformed POST requests (CVE-2024-30251)\n* automation-controller: Django: Potential regular expression denial-of-service in django.utils.text.Truncator.words() (CVE-2024-27351)\n* automation-controller: pip: Mercurial configuration injectable in repo revision when installing via pip (CVE-2023-5752)\n* automation-controller: pydantic: regular expression denial of service via crafted email string (CVE-2024-3772)\n* automation-hub, python3/python39-galaxy-ng: follow-redirects: Possible credential leak (CVE-2024-28849)\n* python3/python39-aiohttp: DoS when trying to parse malformed POST requests (CVE-2024-30251)\n* python3/python39-aiohttp: XSS on index pages for static file handling (CVE-2024-27306)\n* python3/python39-black: ReDoS via the lines_with_leading_tabs_expanded() function in strings.py file (CVE-2024-21503)\n* python3/python39-cryptography: NULL pointer dereference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override (CVE-2024-26130)\n* python3/python39-cryptography: NULL-dereference when loading PKCS7 certificates (CVE-2023-49083)\n* python3/python39-cryptography: NULL-dereference when loading PKCS7 certificates (CVE-2023-49083)\n* python3/python39-gunicorn: HTTP Request Smuggling due to improper validation of Transfer-Encoding headers (CVE-2024-1135)\n* python3/python39-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode() (CVE-2024-3651)\n* python3/python39-jinja2: accepts keys containing non-attribute characters (CVE-2024-34064)\n* python3/python39-pillow: buffer overflow in _imagingcms.c (CVE-2024-28219)\n* python3/python39-pillow: Arbitrary Code Execution via the environment parameter (CVE-2023-50447)\n* python3/python39-pydantic: regular expression denial of service via crafted email string (CVE-2024-3772)\n* python3/python39-requests: subsequent requests to the same host ignore cert verification (CVE-2024-35195)\n* python3/python39-social-auth-app-django: Improper Handling of Case Sensitivity in social-auth-app-django (CVE-2024-32879)\n* python3/python39-sqlparse: parsing heavily nested list leads to denial of service (CVE-2024-4340)\n* receptor: golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n* receptor: golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n* receptor: golang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290)\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 for automation controller:\n* Fixed Redis connection leak on version 4.5.6 (AAP-24286)\n* automation-controller has been updated to 4.5.7\n\nUpdates and fixes for automation hub:\n* Fixed repository sync issues (AAH-3111, AAH-3218)\n* automation-hub/python3-galaxy-ng/python39-galaxy-ng have been updated to 4.9.2\n\nAdditional changes:\n* ansible-core has been updated to 2.15.11\n* automation-eda-controller has been updated to 1.0.7\n* installer and setup have been updated to 2.4-7\n* receptor has been updated to 1.4.8\n\nFor more details about the updates and fixes included in this release, refer to the Release Notes.", "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-2024:3781", "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2250765", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2250765" }, { "category": "external", "summary": "2255331", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2255331" }, { "category": "external", "summary": "2259479", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2259479" }, { "category": "external", "summary": "2266045", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266045" }, { "category": "external", "summary": "2268017", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017" }, { "category": "external", "summary": "2268019", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019" }, { "category": "external", "summary": "2268273", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273" }, { "category": "external", "summary": "2269576", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269576" }, { "category": "external", "summary": "2269617", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269617" }, { "category": "external", "summary": "2270236", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270236" }, { "category": "external", "summary": "2272563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272563" }, { "category": "external", "summary": "2274779", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779" }, { "category": "external", "summary": "2275106", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275106" }, { "category": "external", "summary": "2275280", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275280" }, { "category": "external", "summary": "2275989", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275989" }, { "category": "external", "summary": "2277035", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277035" }, { "category": "external", "summary": "2278038", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278038" }, { "category": "external", "summary": "2278710", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278710" }, { "category": "external", "summary": "2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "external", "summary": "2282114", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282114" }, { "category": "external", "summary": "AAH-3111", "url": "https://issues.redhat.com/browse/AAH-3111" }, { "category": "external", "summary": "AAP-22461", "url": "https://issues.redhat.com/browse/AAP-22461" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3781.json" } ], "title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update", "tracking": { "current_release_date": "2024-12-18T02:26:44+00:00", "generator": { "date": "2024-12-18T02:26:44+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.3" } }, "id": "RHSA-2024:3781", "initial_release_date": "2024-06-10T18:41:58+00:00", "revision_history": [ { "date": "2024-06-10T18:41:58+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-06-10T18:41:58+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-12-18T02:26:44+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 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_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-Inside-1.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.4::el9" } } }, { "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-Developer-1.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el9" } } }, { "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 8", "product": { "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_inside: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-Developer-1.1", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.4::el8" } } } ], "category": "product_family", "name": "Red Hat Ansible Automation Platform" }, { "branches": [ { "category": "product_version", "name": "python-black-0:22.8.0-2.el9ap.src", "product": { "name": "python-black-0:22.8.0-2.el9ap.src", "product_id": "python-black-0:22.8.0-2.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-black@22.8.0-2.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-pydantic-0:1.10.15-1.el9ap.src", "product": { "name": "python-pydantic-0:1.10.15-1.el9ap.src", "product_id": "python-pydantic-0:1.10.15-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pydantic@1.10.15-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "ansible-core-1:2.15.11-1.el9ap.src", "product": { "name": "ansible-core-1:2.15.11-1.el9ap.src", "product_id": "ansible-core-1:2.15.11-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.11-1.el9ap?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python-gunicorn-0:22.0.0-1.el9ap.src", "product": { "name": "python-gunicorn-0:22.0.0-1.el9ap.src", "product_id": "python-gunicorn-0:22.0.0-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-gunicorn@22.0.0-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-sqlparse-0:0.5.0-1.el9ap.src", "product": { "name": "python-sqlparse-0:0.5.0-1.el9ap.src", "product_id": "python-sqlparse-0:0.5.0-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-sqlparse@0.5.0-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-social-auth-app-django-0:5.4.1-1.el9ap.src", "product": { "name": "python-social-auth-app-django-0:5.4.1-1.el9ap.src", "product_id": "python-social-auth-app-django-0:5.4.1-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-social-auth-app-django@5.4.1-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-idna-0:3.7-1.el9ap.src", "product": { "name": "python-idna-0:3.7-1.el9ap.src", "product_id": "python-idna-0:3.7-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-idna@3.7-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-galaxy-ng-0:4.9.2-1.el9ap.src", "product": { "name": "python-galaxy-ng-0:4.9.2-1.el9ap.src", "product_id": "python-galaxy-ng-0:4.9.2-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-galaxy-ng@4.9.2-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-pillow-0:10.3.0-1.el9ap.src", "product": { "name": "python-pillow-0:10.3.0-1.el9ap.src", "product_id": "python-pillow-0:10.3.0-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pillow@10.3.0-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "automation-hub-0:4.9.2-1.el9ap.src", "product": { "name": "automation-hub-0:4.9.2-1.el9ap.src", "product_id": "automation-hub-0:4.9.2-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-hub@4.9.2-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-pulpcore-0:3.28.27-1.el9ap.src", "product": { "name": "python-pulpcore-0:3.28.27-1.el9ap.src", "product_id": "python-pulpcore-0:3.28.27-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pulpcore@3.28.27-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-jinja2-0:3.1.4-1.el9ap.src", "product": { "name": "python-jinja2-0:3.1.4-1.el9ap.src", "product_id": "python-jinja2-0:3.1.4-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@3.1.4-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-pyOpenSSL-0:24.1.0-1.el9ap.src", "product": { "name": "python-pyOpenSSL-0:24.1.0-1.el9ap.src", "product_id": "python-pyOpenSSL-0:24.1.0-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pyOpenSSL@24.1.0-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-aiohttp-0:3.9.5-1.el9ap.src", "product": { "name": "python-aiohttp-0:3.9.5-1.el9ap.src", "product_id": "python-aiohttp-0:3.9.5-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-aiohttp@3.9.5-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-cryptography-0:42.0.5-1.el9ap.src", "product": { "name": "python-cryptography-0:42.0.5-1.el9ap.src", "product_id": "python-cryptography-0:42.0.5-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@42.0.5-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.0.7-1.el9ap.src", "product": { "name": "automation-eda-controller-0:1.0.7-1.el9ap.src", "product_id": "automation-eda-controller-0:1.0.7-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.0.7-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "ansible-rulebook-0:1.0.7-1.el9ap.src", "product": { "name": "ansible-rulebook-0:1.0.7-1.el9ap.src", "product_id": "ansible-rulebook-0:1.0.7-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-rulebook@1.0.7-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.7-1.el9ap.src", "product": { "name": "automation-controller-0:4.5.7-1.el9ap.src", "product_id": "automation-controller-0:4.5.7-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-requests-0:2.32.2-1.el9ap.src", "product": { "name": "python-requests-0:2.32.2-1.el9ap.src", "product_id": "python-requests-0:2.32.2-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests@2.32.2-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "receptor-0:1.4.8-1.el9ap.src", "product": { "name": "receptor-0:1.4.8-1.el9ap.src", "product_id": "receptor-0:1.4.8-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptor@1.4.8-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "product": { "name": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "product_id": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.4-7.1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-pulp-ansible-1:0.20.7-1.el9ap.src", "product": { "name": "python-pulp-ansible-1:0.20.7-1.el9ap.src", "product_id": "python-pulp-ansible-1:0.20.7-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pulp-ansible@0.20.7-1.el9ap?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python3x-pydantic-0:1.10.15-1.el8ap.src", "product": { "name": "python3x-pydantic-0:1.10.15-1.el8ap.src", "product_id": "python3x-pydantic-0:1.10.15-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pydantic@1.10.15-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-black-0:22.8.0-2.el8ap.src", "product": { "name": "python3x-black-0:22.8.0-2.el8ap.src", "product_id": "python3x-black-0:22.8.0-2.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-black@22.8.0-2.el8ap?arch=src" } } }, { "category": "product_version", "name": "ansible-core-1:2.15.11-1.el8ap.src", "product": { "name": "ansible-core-1:2.15.11-1.el8ap.src", "product_id": "ansible-core-1:2.15.11-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.11-1.el8ap?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python3x-sqlparse-0:0.5.0-1.el8ap.src", "product": { "name": "python3x-sqlparse-0:0.5.0-1.el8ap.src", "product_id": "python3x-sqlparse-0:0.5.0-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-sqlparse@0.5.0-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-gunicorn-0:22.0.0-1.el8ap.src", "product": { "name": "python3x-gunicorn-0:22.0.0-1.el8ap.src", "product_id": "python3x-gunicorn-0:22.0.0-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-gunicorn@22.0.0-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-idna-0:3.7-1.el8ap.src", "product": { "name": "python3x-idna-0:3.7-1.el8ap.src", "product_id": "python3x-idna-0:3.7-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-idna@3.7-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "product": { "name": "python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "product_id": "python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-social-auth-app-django@5.4.1-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-pillow-0:10.3.0-1.el8ap.src", "product": { "name": "python3x-pillow-0:10.3.0-1.el8ap.src", "product_id": "python3x-pillow-0:10.3.0-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pillow@10.3.0-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "automation-hub-0:4.9.2-1.el8ap.src", "product": { "name": "automation-hub-0:4.9.2-1.el8ap.src", "product_id": "automation-hub-0:4.9.2-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-hub@4.9.2-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "product": { "name": "python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "product_id": "python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-galaxy-ng@4.9.2-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-jinja2-0:3.1.4-1.el8ap.src", "product": { "name": "python3x-jinja2-0:3.1.4-1.el8ap.src", "product_id": "python3x-jinja2-0:3.1.4-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-jinja2@3.1.4-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-pulpcore-0:3.28.27-1.el8ap.src", "product": { "name": "python3x-pulpcore-0:3.28.27-1.el8ap.src", "product_id": "python3x-pulpcore-0:3.28.27-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pulpcore@3.28.27-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "product": { "name": "python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "product_id": "python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pyOpenSSL@24.1.0-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-aiohttp-0:3.9.5-1.el8ap.src", "product": { "name": "python3x-aiohttp-0:3.9.5-1.el8ap.src", "product_id": "python3x-aiohttp-0:3.9.5-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-aiohttp@3.9.5-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-cryptography-0:42.0.5-1.el8ap.src", "product": { "name": "python3x-cryptography-0:42.0.5-1.el8ap.src", "product_id": "python3x-cryptography-0:42.0.5-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography@42.0.5-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.0.7-1.el8ap.src", "product": { "name": "automation-eda-controller-0:1.0.7-1.el8ap.src", "product_id": "automation-eda-controller-0:1.0.7-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.0.7-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "ansible-rulebook-0:1.0.7-1.el8ap.src", "product": { "name": "ansible-rulebook-0:1.0.7-1.el8ap.src", "product_id": "ansible-rulebook-0:1.0.7-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-rulebook@1.0.7-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.7-1.el8ap.src", "product": { "name": "automation-controller-0:4.5.7-1.el8ap.src", "product_id": "automation-controller-0:4.5.7-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-requests-0:2.32.2-1.el8ap.src", "product": { "name": "python3x-requests-0:2.32.2-1.el8ap.src", "product_id": "python3x-requests-0:2.32.2-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-requests@2.32.2-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "receptor-0:1.4.8-1.el8ap.src", "product": { "name": "receptor-0:1.4.8-1.el8ap.src", "product_id": "receptor-0:1.4.8-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptor@1.4.8-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "product": { "name": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "product_id": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.4-7.1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "product": { "name": "python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "product_id": "python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pulp-ansible@0.20.7-1.el8ap?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-black-0:22.8.0-2.el9ap.noarch", "product": { "name": "python3-black-0:22.8.0-2.el9ap.noarch", "product_id": "python3-black-0:22.8.0-2.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-black@22.8.0-2.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-pydantic-0:1.10.15-1.el9ap.noarch", "product": { "name": "python3-pydantic-0:1.10.15-1.el9ap.noarch", "product_id": "python3-pydantic-0:1.10.15-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pydantic@1.10.15-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-core-1:2.15.11-1.el9ap.noarch", "product": { "name": "ansible-core-1:2.15.11-1.el9ap.noarch", "product_id": "ansible-core-1:2.15.11-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.11-1.el9ap?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "ansible-test-1:2.15.11-1.el9ap.noarch", "product": { "name": "ansible-test-1:2.15.11-1.el9ap.noarch", "product_id": "ansible-test-1:2.15.11-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-test@2.15.11-1.el9ap?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-gunicorn-0:22.0.0-1.el9ap.noarch", "product": { "name": "python3-gunicorn-0:22.0.0-1.el9ap.noarch", "product_id": "python3-gunicorn-0:22.0.0-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-gunicorn@22.0.0-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-sqlparse-0:0.5.0-1.el9ap.noarch", "product": { "name": "python3-sqlparse-0:0.5.0-1.el9ap.noarch", "product_id": "python3-sqlparse-0:0.5.0-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlparse@0.5.0-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "product": { "name": "python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "product_id": "python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-social-auth-app-django@5.4.1-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-idna-0:3.7-1.el9ap.noarch", "product": { "name": "python3-idna-0:3.7-1.el9ap.noarch", "product_id": "python3-idna-0:3.7-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idna@3.7-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "product": { "name": "python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "product_id": "python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-galaxy-ng@4.9.2-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-hub-0:4.9.2-1.el9ap.noarch", "product": { "name": "automation-hub-0:4.9.2-1.el9ap.noarch", "product_id": "automation-hub-0:4.9.2-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-hub@4.9.2-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-pulpcore-0:3.28.27-1.el9ap.noarch", "product": { "name": "python3-pulpcore-0:3.28.27-1.el9ap.noarch", "product_id": "python3-pulpcore-0:3.28.27-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pulpcore@3.28.27-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-jinja2-0:3.1.4-1.el9ap.noarch", "product": { "name": "python3-jinja2-0:3.1.4-1.el9ap.noarch", "product_id": "python3-jinja2-0:3.1.4-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@3.1.4-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "product": { "name": "python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "product_id": "python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyOpenSSL@24.1.0-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.0.7-1.el9ap.noarch", "product": { "name": "automation-eda-controller-0:1.0.7-1.el9ap.noarch", "product_id": "automation-eda-controller-0:1.0.7-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.0.7-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "product": { "name": "automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "product_id": "automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-server@1.0.7-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "product": { "name": "automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "product_id": "automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-ui@1.0.7-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-rulebook-0:1.0.7-1.el9ap.noarch", "product": { "name": "ansible-rulebook-0:1.0.7-1.el9ap.noarch", "product_id": "ansible-rulebook-0:1.0.7-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-rulebook@1.0.7-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-cli-0:4.5.7-1.el9ap.noarch", "product": { "name": "automation-controller-cli-0:4.5.7-1.el9ap.noarch", "product_id": "automation-controller-cli-0:4.5.7-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-cli@4.5.7-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-server-0:4.5.7-1.el9ap.noarch", "product": { "name": "automation-controller-server-0:4.5.7-1.el9ap.noarch", "product_id": "automation-controller-server-0:4.5.7-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-server@4.5.7-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-ui-0:4.5.7-1.el9ap.noarch", "product": { "name": "automation-controller-ui-0:4.5.7-1.el9ap.noarch", "product_id": "automation-controller-ui-0:4.5.7-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-ui@4.5.7-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-requests-0:2.32.2-1.el9ap.noarch", "product": { "name": "python3-requests-0:2.32.2-1.el9ap.noarch", "product_id": "python3-requests-0:2.32.2-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-requests@2.32.2-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "receptorctl-0:1.4.8-1.el9ap.noarch", "product": { "name": "receptorctl-0:1.4.8-1.el9ap.noarch", "product_id": "receptorctl-0:1.4.8-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptorctl@1.4.8-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "product": { "name": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "product_id": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.4-7.1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "product": { "name": "python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "product_id": "python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pulp-ansible@0.20.7-1.el9ap?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-pydantic-0:1.10.15-1.el8ap.noarch", "product": { "name": "python39-pydantic-0:1.10.15-1.el8ap.noarch", "product_id": "python39-pydantic-0:1.10.15-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pydantic@1.10.15-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-black-0:22.8.0-2.el8ap.noarch", "product": { "name": "python39-black-0:22.8.0-2.el8ap.noarch", "product_id": "python39-black-0:22.8.0-2.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-black@22.8.0-2.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-core-1:2.15.11-1.el8ap.noarch", "product": { "name": "ansible-core-1:2.15.11-1.el8ap.noarch", "product_id": "ansible-core-1:2.15.11-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.11-1.el8ap?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "ansible-test-1:2.15.11-1.el8ap.noarch", "product": { "name": "ansible-test-1:2.15.11-1.el8ap.noarch", "product_id": "ansible-test-1:2.15.11-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-test@2.15.11-1.el8ap?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-sqlparse-0:0.5.0-1.el8ap.noarch", "product": { "name": "python39-sqlparse-0:0.5.0-1.el8ap.noarch", "product_id": "python39-sqlparse-0:0.5.0-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-sqlparse@0.5.0-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-gunicorn-0:22.0.0-1.el8ap.noarch", "product": { "name": "python39-gunicorn-0:22.0.0-1.el8ap.noarch", "product_id": "python39-gunicorn-0:22.0.0-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-gunicorn@22.0.0-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-idna-0:3.7-1.el8ap.noarch", "product": { "name": "python39-idna-0:3.7-1.el8ap.noarch", "product_id": "python39-idna-0:3.7-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idna@3.7-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "product": { "name": "python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "product_id": "python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-social-auth-app-django@5.4.1-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-hub-0:4.9.2-1.el8ap.noarch", "product": { "name": "automation-hub-0:4.9.2-1.el8ap.noarch", "product_id": "automation-hub-0:4.9.2-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-hub@4.9.2-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "product": { "name": "python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "product_id": "python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-galaxy-ng@4.9.2-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-jinja2-0:3.1.4-1.el8ap.noarch", "product": { "name": "python39-jinja2-0:3.1.4-1.el8ap.noarch", "product_id": "python39-jinja2-0:3.1.4-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-jinja2@3.1.4-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-pulpcore-0:3.28.27-1.el8ap.noarch", "product": { "name": "python39-pulpcore-0:3.28.27-1.el8ap.noarch", "product_id": "python39-pulpcore-0:3.28.27-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pulpcore@3.28.27-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "product": { "name": "python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "product_id": "python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyOpenSSL@24.1.0-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.0.7-1.el8ap.noarch", "product": { "name": "automation-eda-controller-0:1.0.7-1.el8ap.noarch", "product_id": "automation-eda-controller-0:1.0.7-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.0.7-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "product": { "name": "automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "product_id": "automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-server@1.0.7-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "product": { "name": "automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "product_id": "automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-ui@1.0.7-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-rulebook-0:1.0.7-1.el8ap.noarch", "product": { "name": "ansible-rulebook-0:1.0.7-1.el8ap.noarch", "product_id": "ansible-rulebook-0:1.0.7-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-rulebook@1.0.7-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-cli-0:4.5.7-1.el8ap.noarch", "product": { "name": "automation-controller-cli-0:4.5.7-1.el8ap.noarch", "product_id": "automation-controller-cli-0:4.5.7-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-cli@4.5.7-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-server-0:4.5.7-1.el8ap.noarch", "product": { "name": "automation-controller-server-0:4.5.7-1.el8ap.noarch", "product_id": "automation-controller-server-0:4.5.7-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-server@4.5.7-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-ui-0:4.5.7-1.el8ap.noarch", "product": { "name": "automation-controller-ui-0:4.5.7-1.el8ap.noarch", "product_id": "automation-controller-ui-0:4.5.7-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-ui@4.5.7-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-requests-0:2.32.2-1.el8ap.noarch", "product": { "name": "python39-requests-0:2.32.2-1.el8ap.noarch", "product_id": "python39-requests-0:2.32.2-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-requests@2.32.2-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "receptorctl-0:1.4.8-1.el8ap.noarch", "product": { "name": "receptorctl-0:1.4.8-1.el8ap.noarch", "product_id": "receptorctl-0:1.4.8-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptorctl@1.4.8-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "product": { "name": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "product_id": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.4-7.1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "product": { "name": "python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "product_id": "python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pulp-ansible@0.20.7-1.el8ap?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "python3-pillow-0:10.3.0-1.el9ap.x86_64", "product": { "name": "python3-pillow-0:10.3.0-1.el9ap.x86_64", "product_id": "python3-pillow-0:10.3.0-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pillow@10.3.0-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "product": { "name": "python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "product_id": "python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pillow-debugsource@10.3.0-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "product": { "name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "product_id": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pillow-debuginfo@10.3.0-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "product": { "name": "python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "product_id": "python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-aiohttp@3.9.5-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "product": { "name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "product_id": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-aiohttp-debugsource@3.9.5-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "product": { "name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "product_id": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-aiohttp-debuginfo@3.9.5-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3-cryptography-0:42.0.5-1.el9ap.x86_64", "product": { "name": "python3-cryptography-0:42.0.5-1.el9ap.x86_64", "product_id": "python3-cryptography-0:42.0.5-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@42.0.5-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "product": { "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "product_id": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@42.0.5-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "product": { "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "product_id": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@42.0.5-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.7-1.el9ap.x86_64", "product": { "name": "automation-controller-0:4.5.7-1.el9ap.x86_64", "product_id": "automation-controller-0:4.5.7-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "product": { "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "product_id": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "receptor-0:1.4.8-1.el9ap.x86_64", "product": { "name": "receptor-0:1.4.8-1.el9ap.x86_64", "product_id": "receptor-0:1.4.8-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptor@1.4.8-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pillow-0:10.3.0-1.el8ap.x86_64", "product": { "name": "python39-pillow-0:10.3.0-1.el8ap.x86_64", "product_id": "python39-pillow-0:10.3.0-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pillow@10.3.0-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "product": { "name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "product_id": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pillow-debugsource@10.3.0-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "product": { "name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "product_id": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pillow-debuginfo@10.3.0-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "product": { "name": "python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "product_id": "python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-aiohttp@3.9.5-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "product": { "name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "product_id": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-aiohttp-debugsource@3.9.5-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "product": { "name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "product_id": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-aiohttp-debuginfo@3.9.5-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-0:42.0.5-1.el8ap.x86_64", "product": { "name": "python39-cryptography-0:42.0.5-1.el8ap.x86_64", "product_id": "python39-cryptography-0:42.0.5-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@42.0.5-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "product": { "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "product_id": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@42.0.5-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "product": { "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "product_id": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@42.0.5-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.7-1.el8ap.x86_64", "product": { "name": "automation-controller-0:4.5.7-1.el8ap.x86_64", "product_id": "automation-controller-0:4.5.7-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "product": { "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "product_id": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "receptor-0:1.4.8-1.el8ap.x86_64", "product": { "name": "receptor-0:1.4.8-1.el8ap.x86_64", "product_id": "receptor-0:1.4.8-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptor@1.4.8-1.el8ap?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-pillow-0:10.3.0-1.el9ap.ppc64le", "product": { "name": "python3-pillow-0:10.3.0-1.el9ap.ppc64le", "product_id": "python3-pillow-0:10.3.0-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pillow@10.3.0-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "product": { "name": "python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "product_id": "python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pillow-debugsource@10.3.0-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "product": { "name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "product_id": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pillow-debuginfo@10.3.0-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "product": { "name": "python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "product_id": "python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-aiohttp@3.9.5-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "product": { "name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "product_id": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-aiohttp-debugsource@3.9.5-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "product": { "name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "product_id": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-aiohttp-debuginfo@3.9.5-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "product": { "name": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "product_id": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@42.0.5-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "product": { "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "product_id": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@42.0.5-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "product": { "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "product_id": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@42.0.5-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.7-1.el9ap.ppc64le", "product": { "name": "automation-controller-0:4.5.7-1.el9ap.ppc64le", "product_id": "automation-controller-0:4.5.7-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "product": { "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "product_id": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "receptor-0:1.4.8-1.el9ap.ppc64le", "product": { "name": "receptor-0:1.4.8-1.el9ap.ppc64le", "product_id": "receptor-0:1.4.8-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptor@1.4.8-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pillow-0:10.3.0-1.el8ap.ppc64le", "product": { "name": "python39-pillow-0:10.3.0-1.el8ap.ppc64le", "product_id": "python39-pillow-0:10.3.0-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pillow@10.3.0-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "product": { "name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "product_id": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pillow-debugsource@10.3.0-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "product": { "name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "product_id": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pillow-debuginfo@10.3.0-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "product": { "name": "python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "product_id": "python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-aiohttp@3.9.5-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "product": { "name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "product_id": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-aiohttp-debugsource@3.9.5-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "product": { "name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "product_id": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-aiohttp-debuginfo@3.9.5-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "product": { "name": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "product_id": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@42.0.5-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "product": { "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "product_id": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@42.0.5-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "product": { "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "product_id": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@42.0.5-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.7-1.el8ap.ppc64le", "product": { "name": "automation-controller-0:4.5.7-1.el8ap.ppc64le", "product_id": "automation-controller-0:4.5.7-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "product": { "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "product_id": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "receptor-0:1.4.8-1.el8ap.ppc64le", "product": { "name": "receptor-0:1.4.8-1.el8ap.ppc64le", "product_id": "receptor-0:1.4.8-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptor@1.4.8-1.el8ap?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-pillow-0:10.3.0-1.el9ap.s390x", "product": { "name": "python3-pillow-0:10.3.0-1.el9ap.s390x", "product_id": "python3-pillow-0:10.3.0-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pillow@10.3.0-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "product": { "name": "python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "product_id": "python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pillow-debugsource@10.3.0-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "product": { "name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "product_id": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pillow-debuginfo@10.3.0-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python3-aiohttp-0:3.9.5-1.el9ap.s390x", "product": { "name": "python3-aiohttp-0:3.9.5-1.el9ap.s390x", "product_id": "python3-aiohttp-0:3.9.5-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-aiohttp@3.9.5-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "product": { "name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "product_id": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-aiohttp-debugsource@3.9.5-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "product": { "name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "product_id": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-aiohttp-debuginfo@3.9.5-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python3-cryptography-0:42.0.5-1.el9ap.s390x", "product": { "name": "python3-cryptography-0:42.0.5-1.el9ap.s390x", "product_id": "python3-cryptography-0:42.0.5-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@42.0.5-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "product": { "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "product_id": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@42.0.5-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "product": { "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "product_id": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@42.0.5-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.7-1.el9ap.s390x", "product": { "name": "automation-controller-0:4.5.7-1.el9ap.s390x", "product_id": "automation-controller-0:4.5.7-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "product": { "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "product_id": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "receptor-0:1.4.8-1.el9ap.s390x", "product": { "name": "receptor-0:1.4.8-1.el9ap.s390x", "product_id": "receptor-0:1.4.8-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptor@1.4.8-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python39-pillow-0:10.3.0-1.el8ap.s390x", "product": { "name": "python39-pillow-0:10.3.0-1.el8ap.s390x", "product_id": "python39-pillow-0:10.3.0-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pillow@10.3.0-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "product": { "name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "product_id": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pillow-debugsource@10.3.0-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "product": { "name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "product_id": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pillow-debuginfo@10.3.0-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python39-aiohttp-0:3.9.5-1.el8ap.s390x", "product": { "name": "python39-aiohttp-0:3.9.5-1.el8ap.s390x", "product_id": "python39-aiohttp-0:3.9.5-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-aiohttp@3.9.5-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "product": { "name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "product_id": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-aiohttp-debugsource@3.9.5-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "product": { "name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "product_id": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-aiohttp-debuginfo@3.9.5-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-0:42.0.5-1.el8ap.s390x", "product": { "name": "python39-cryptography-0:42.0.5-1.el8ap.s390x", "product_id": "python39-cryptography-0:42.0.5-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@42.0.5-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "product": { "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "product_id": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@42.0.5-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "product": { "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "product_id": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@42.0.5-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.7-1.el8ap.s390x", "product": { "name": "automation-controller-0:4.5.7-1.el8ap.s390x", "product_id": "automation-controller-0:4.5.7-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "product": { "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "product_id": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "receptor-0:1.4.8-1.el8ap.s390x", "product": { "name": "receptor-0:1.4.8-1.el8ap.s390x", "product_id": "receptor-0:1.4.8-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptor@1.4.8-1.el8ap?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3-pillow-0:10.3.0-1.el9ap.aarch64", "product": { "name": "python3-pillow-0:10.3.0-1.el9ap.aarch64", "product_id": "python3-pillow-0:10.3.0-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pillow@10.3.0-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "product": { "name": "python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "product_id": "python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pillow-debugsource@10.3.0-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "product": { "name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "product_id": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pillow-debuginfo@10.3.0-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "product": { "name": "python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "product_id": "python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-aiohttp@3.9.5-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "product": { "name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "product_id": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-aiohttp-debugsource@3.9.5-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "product": { "name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "product_id": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-aiohttp-debuginfo@3.9.5-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3-cryptography-0:42.0.5-1.el9ap.aarch64", "product": { "name": "python3-cryptography-0:42.0.5-1.el9ap.aarch64", "product_id": "python3-cryptography-0:42.0.5-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@42.0.5-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "product": { "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "product_id": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@42.0.5-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "product": { "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "product_id": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@42.0.5-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.7-1.el9ap.aarch64", "product": { "name": "automation-controller-0:4.5.7-1.el9ap.aarch64", "product_id": "automation-controller-0:4.5.7-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "product": { "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "product_id": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "receptor-0:1.4.8-1.el9ap.aarch64", "product": { "name": "receptor-0:1.4.8-1.el9ap.aarch64", "product_id": "receptor-0:1.4.8-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptor@1.4.8-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pillow-0:10.3.0-1.el8ap.aarch64", "product": { "name": "python39-pillow-0:10.3.0-1.el8ap.aarch64", "product_id": "python39-pillow-0:10.3.0-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pillow@10.3.0-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "product": { "name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "product_id": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pillow-debugsource@10.3.0-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "product": { "name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "product_id": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pillow-debuginfo@10.3.0-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "product": { "name": "python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "product_id": "python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-aiohttp@3.9.5-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "product": { "name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "product_id": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-aiohttp-debugsource@3.9.5-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "product": { "name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "product_id": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-aiohttp-debuginfo@3.9.5-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-0:42.0.5-1.el8ap.aarch64", "product": { "name": "python39-cryptography-0:42.0.5-1.el8ap.aarch64", "product_id": "python39-cryptography-0:42.0.5-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@42.0.5-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "product": { "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "product_id": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@42.0.5-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "product": { "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "product_id": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@42.0.5-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.7-1.el8ap.aarch64", "product": { "name": "automation-controller-0:4.5.7-1.el8ap.aarch64", "product_id": "automation-controller-0:4.5.7-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "product": { "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "product_id": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "receptor-0:1.4.8-1.el8ap.aarch64", "product": { "name": "receptor-0:1.4.8-1.el8ap.aarch64", "product_id": "receptor-0:1.4.8-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptor@1.4.8-1.el8ap?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch" }, "product_reference": "ansible-core-1:2.15.11-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src" }, "product_reference": "ansible-core-1:2.15.11-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-1:2.15.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch" }, "product_reference": "ansible-test-1:2.15.11-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.7-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64" }, "product_reference": "automation-controller-0:4.5.7-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.7-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le" }, "product_reference": "automation-controller-0:4.5.7-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.7-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x" }, "product_reference": "automation-controller-0:4.5.7-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src" }, "product_reference": "automation-controller-0:4.5.7-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.7-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64" }, "product_reference": "automation-controller-0:4.5.7-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-cli-0:4.5.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch" }, "product_reference": "automation-controller-cli-0:4.5.7-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-server-0:4.5.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch" }, "product_reference": "automation-controller-server-0:4.5.7-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-ui-0:4.5.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch" }, "product_reference": "automation-controller-ui-0:4.5.7-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-black-0:22.8.0-2.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch" }, "product_reference": "python39-black-0:22.8.0-2.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:3.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch" }, "product_reference": "python39-idna-0:3.7-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-jinja2-0:3.1.4-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch" }, "product_reference": "python39-jinja2-0:3.1.4-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.32.2-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch" }, "product_reference": "python39-requests-0:2.32.2-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-black-0:22.8.0-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src" }, "product_reference": "python3x-black-0:22.8.0-2.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-0:42.0.5-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src" }, "product_reference": "python3x-cryptography-0:42.0.5-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-idna-0:3.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src" }, "product_reference": "python3x-idna-0:3.7-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-jinja2-0:3.1.4-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src" }, "product_reference": "python3x-jinja2-0:3.1.4-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-requests-0:2.32.2-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src" }, "product_reference": "python3x-requests-0:2.32.2-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64" }, "product_reference": "receptor-0:1.4.8-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le" }, "product_reference": "receptor-0:1.4.8-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x" }, "product_reference": "receptor-0:1.4.8-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src" }, "product_reference": "receptor-0:1.4.8-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64" }, "product_reference": "receptor-0:1.4.8-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "receptorctl-0:1.4.8-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch" }, "product_reference": "receptorctl-0:1.4.8-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch" }, "product_reference": "ansible-core-1:2.15.11-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src" }, "product_reference": "ansible-core-1:2.15.11-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-1:2.15.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch" }, "product_reference": "ansible-test-1:2.15.11-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python39-black-0:22.8.0-2.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch" }, "product_reference": "python39-black-0:22.8.0-2.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python39-jinja2-0:3.1.4-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch" }, "product_reference": "python39-jinja2-0:3.1.4-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-black-0:22.8.0-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src" }, "product_reference": "python3x-black-0:22.8.0-2.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-0:42.0.5-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src" }, "product_reference": "python3x-cryptography-0:42.0.5-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-jinja2-0:3.1.4-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src" }, "product_reference": "python3x-jinja2-0:3.1.4-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64" }, "product_reference": "receptor-0:1.4.8-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le" }, "product_reference": "receptor-0:1.4.8-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x" }, "product_reference": "receptor-0:1.4.8-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src" }, "product_reference": "receptor-0:1.4.8-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64" }, "product_reference": "receptor-0:1.4.8-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptorctl-0:1.4.8-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch" }, "product_reference": "receptorctl-0:1.4.8-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch 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-installer-0:2.4-7.1.el8ap.noarch" }, "product_reference": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.src 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-installer-0:2.4-7.1.el8ap.src" }, "product_reference": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch" }, "product_reference": "ansible-core-1:2.15.11-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src" }, "product_reference": "ansible-core-1:2.15.11-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-rulebook-0:1.0.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch" }, "product_reference": "ansible-rulebook-0:1.0.7-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-rulebook-0:1.0.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src" }, "product_reference": "ansible-rulebook-0:1.0.7-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-1:2.15.11-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch" }, "product_reference": "ansible-test-1:2.15.11-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.7-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64" }, "product_reference": "automation-controller-0:4.5.7-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.7-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le" }, "product_reference": "automation-controller-0:4.5.7-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.7-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x" }, "product_reference": "automation-controller-0:4.5.7-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src" }, "product_reference": "automation-controller-0:4.5.7-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.7-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64" }, "product_reference": "automation-controller-0:4.5.7-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-cli-0:4.5.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch" }, "product_reference": "automation-controller-cli-0:4.5.7-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-server-0:4.5.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch" }, "product_reference": "automation-controller-server-0:4.5.7-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-ui-0:4.5.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch" }, "product_reference": "automation-controller-ui-0:4.5.7-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-0:1.0.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch" }, "product_reference": "automation-eda-controller-0:1.0.7-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-0:1.0.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src" }, "product_reference": "automation-eda-controller-0:1.0.7-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-server-0:1.0.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch" }, "product_reference": "automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch" }, "product_reference": "automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-hub-0:4.9.2-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch" }, "product_reference": "automation-hub-0:4.9.2-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-hub-0:4.9.2-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src" }, "product_reference": "automation-hub-0:4.9.2-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-aiohttp-0:3.9.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64" }, "product_reference": "python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-aiohttp-0:3.9.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le" }, "product_reference": "python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-aiohttp-0:3.9.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x" }, "product_reference": "python39-aiohttp-0:3.9.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-aiohttp-0:3.9.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64" }, "product_reference": "python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64" }, "product_reference": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le" }, "product_reference": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x" }, "product_reference": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64" }, "product_reference": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-black-0:22.8.0-2.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch" }, "product_reference": "python39-black-0:22.8.0-2.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-galaxy-ng-0:4.9.2-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch" }, "product_reference": "python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-gunicorn-0:22.0.0-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch" }, "product_reference": "python39-gunicorn-0:22.0.0-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:3.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch" }, "product_reference": "python39-idna-0:3.7-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-jinja2-0:3.1.4-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch" }, "product_reference": "python39-jinja2-0:3.1.4-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pillow-0:10.3.0-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64" }, "product_reference": "python39-pillow-0:10.3.0-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pillow-0:10.3.0-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le" }, "product_reference": "python39-pillow-0:10.3.0-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pillow-0:10.3.0-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x" }, "product_reference": "python39-pillow-0:10.3.0-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pillow-0:10.3.0-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64" }, "product_reference": "python39-pillow-0:10.3.0-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64" }, "product_reference": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le" }, "product_reference": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x" }, "product_reference": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64" }, "product_reference": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pulp-ansible-1:0.20.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch" }, "product_reference": "python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pulpcore-0:3.28.27-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch" }, "product_reference": "python39-pulpcore-0:3.28.27-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch" }, "product_reference": "python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pydantic-0:1.10.15-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch" }, "product_reference": "python39-pydantic-0:1.10.15-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.32.2-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch" }, "product_reference": "python39-requests-0:2.32.2-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch" }, "product_reference": "python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-sqlparse-0:0.5.0-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch" }, "product_reference": "python39-sqlparse-0:0.5.0-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-aiohttp-0:3.9.5-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src" }, "product_reference": "python3x-aiohttp-0:3.9.5-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64" }, "product_reference": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le" }, "product_reference": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x" }, "product_reference": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64" }, "product_reference": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-black-0:22.8.0-2.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src" }, "product_reference": "python3x-black-0:22.8.0-2.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-0:42.0.5-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src" }, "product_reference": "python3x-cryptography-0:42.0.5-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-galaxy-ng-0:4.9.2-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src" }, "product_reference": "python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-gunicorn-0:22.0.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src" }, "product_reference": "python3x-gunicorn-0:22.0.0-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-idna-0:3.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src" }, "product_reference": "python3x-idna-0:3.7-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-jinja2-0:3.1.4-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src" }, "product_reference": "python3x-jinja2-0:3.1.4-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pillow-0:10.3.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src" }, "product_reference": "python3x-pillow-0:10.3.0-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64" }, "product_reference": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le" }, "product_reference": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x" }, "product_reference": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64" }, "product_reference": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pulp-ansible-1:0.20.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src" }, "product_reference": "python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pulpcore-0:3.28.27-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src" }, "product_reference": "python3x-pulpcore-0:3.28.27-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pyOpenSSL-0:24.1.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src" }, "product_reference": "python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pydantic-0:1.10.15-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src" }, "product_reference": "python3x-pydantic-0:1.10.15-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-requests-0:2.32.2-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src" }, "product_reference": "python3x-requests-0:2.32.2-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-social-auth-app-django-0:5.4.1-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src" }, "product_reference": "python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-sqlparse-0:0.5.0-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src" }, "product_reference": "python3x-sqlparse-0:0.5.0-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64" }, "product_reference": "receptor-0:1.4.8-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le" }, "product_reference": "receptor-0:1.4.8-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x" }, "product_reference": "receptor-0:1.4.8-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src" }, "product_reference": "receptor-0:1.4.8-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64" }, "product_reference": "receptor-0:1.4.8-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptorctl-0:1.4.8-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch" }, "product_reference": "receptorctl-0:1.4.8-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch" }, "product_reference": "ansible-core-1:2.15.11-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src" }, "product_reference": "ansible-core-1:2.15.11-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-1:2.15.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch" }, "product_reference": "ansible-test-1:2.15.11-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64" }, "product_reference": "automation-controller-0:4.5.7-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le" }, "product_reference": "automation-controller-0:4.5.7-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x" }, "product_reference": "automation-controller-0:4.5.7-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src" }, "product_reference": "automation-controller-0:4.5.7-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64" }, "product_reference": "automation-controller-0:4.5.7-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-cli-0:4.5.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch" }, "product_reference": "automation-controller-cli-0:4.5.7-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-server-0:4.5.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch" }, "product_reference": "automation-controller-server-0:4.5.7-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-ui-0:4.5.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch" }, "product_reference": "automation-controller-ui-0:4.5.7-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-black-0:22.8.0-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src" }, "product_reference": "python-black-0:22.8.0-2.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:42.0.5-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src" }, "product_reference": "python-cryptography-0:42.0.5-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:3.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src" }, "product_reference": "python-idna-0:3.7-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:3.1.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src" }, "product_reference": "python-jinja2-0:3.1.4-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.32.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src" }, "product_reference": "python-requests-0:2.32.2-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-black-0:22.8.0-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch" }, "product_reference": "python3-black-0:22.8.0-2.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idna-0:3.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch" }, "product_reference": "python3-idna-0:3.7-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:3.1.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch" }, "product_reference": "python3-jinja2-0:3.1.4-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-requests-0:2.32.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch" }, "product_reference": "python3-requests-0:2.32.2-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64" }, "product_reference": "receptor-0:1.4.8-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le" }, "product_reference": "receptor-0:1.4.8-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x" }, "product_reference": "receptor-0:1.4.8-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src" }, "product_reference": "receptor-0:1.4.8-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64" }, "product_reference": "receptor-0:1.4.8-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "receptorctl-0:1.4.8-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch" }, "product_reference": "receptorctl-0:1.4.8-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch" }, "product_reference": "ansible-core-1:2.15.11-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src" }, "product_reference": "ansible-core-1:2.15.11-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-1:2.15.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch" }, "product_reference": "ansible-test-1:2.15.11-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-black-0:22.8.0-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src" }, "product_reference": "python-black-0:22.8.0-2.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:42.0.5-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src" }, "product_reference": "python-cryptography-0:42.0.5-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:3.1.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src" }, "product_reference": "python-jinja2-0:3.1.4-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-black-0:22.8.0-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch" }, "product_reference": "python3-black-0:22.8.0-2.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:3.1.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch" }, "product_reference": "python3-jinja2-0:3.1.4-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64" }, "product_reference": "receptor-0:1.4.8-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le" }, "product_reference": "receptor-0:1.4.8-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x" }, "product_reference": "receptor-0:1.4.8-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src" }, "product_reference": "receptor-0:1.4.8-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64" }, "product_reference": "receptor-0:1.4.8-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptorctl-0:1.4.8-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch" }, "product_reference": "receptorctl-0:1.4.8-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch 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-installer-0:2.4-7.1.el9ap.noarch" }, "product_reference": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.src 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-installer-0:2.4-7.1.el9ap.src" }, "product_reference": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch" }, "product_reference": "ansible-core-1:2.15.11-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src" }, "product_reference": "ansible-core-1:2.15.11-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-rulebook-0:1.0.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch" }, "product_reference": "ansible-rulebook-0:1.0.7-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-rulebook-0:1.0.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src" }, "product_reference": "ansible-rulebook-0:1.0.7-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-1:2.15.11-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch" }, "product_reference": "ansible-test-1:2.15.11-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64" }, "product_reference": "automation-controller-0:4.5.7-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le" }, "product_reference": "automation-controller-0:4.5.7-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x" }, "product_reference": "automation-controller-0:4.5.7-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src" }, "product_reference": "automation-controller-0:4.5.7-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64" }, "product_reference": "automation-controller-0:4.5.7-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-cli-0:4.5.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch" }, "product_reference": "automation-controller-cli-0:4.5.7-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-server-0:4.5.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch" }, "product_reference": "automation-controller-server-0:4.5.7-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-ui-0:4.5.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch" }, "product_reference": "automation-controller-ui-0:4.5.7-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-0:1.0.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch" }, "product_reference": "automation-eda-controller-0:1.0.7-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-0:1.0.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src" }, "product_reference": "automation-eda-controller-0:1.0.7-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-server-0:1.0.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch" }, "product_reference": "automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch" }, "product_reference": "automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-hub-0:4.9.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch" }, "product_reference": "automation-hub-0:4.9.2-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-hub-0:4.9.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src" }, "product_reference": "automation-hub-0:4.9.2-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-aiohttp-0:3.9.5-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src" }, "product_reference": "python-aiohttp-0:3.9.5-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64" }, "product_reference": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le" }, "product_reference": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x" }, "product_reference": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64" }, "product_reference": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-black-0:22.8.0-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src" }, "product_reference": "python-black-0:22.8.0-2.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:42.0.5-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src" }, "product_reference": "python-cryptography-0:42.0.5-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-galaxy-ng-0:4.9.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src" }, "product_reference": "python-galaxy-ng-0:4.9.2-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-gunicorn-0:22.0.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src" }, "product_reference": "python-gunicorn-0:22.0.0-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:3.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src" }, "product_reference": "python-idna-0:3.7-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:3.1.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src" }, "product_reference": "python-jinja2-0:3.1.4-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-pillow-0:10.3.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src" }, "product_reference": "python-pillow-0:10.3.0-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64" }, "product_reference": "python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le" }, "product_reference": "python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-pillow-debugsource-0:10.3.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x" }, "product_reference": "python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64" }, "product_reference": "python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-pulp-ansible-1:0.20.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src" }, "product_reference": "python-pulp-ansible-1:0.20.7-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-pulpcore-0:3.28.27-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src" }, "product_reference": "python-pulpcore-0:3.28.27-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-pyOpenSSL-0:24.1.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src" }, "product_reference": "python-pyOpenSSL-0:24.1.0-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-pydantic-0:1.10.15-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src" }, "product_reference": "python-pydantic-0:1.10.15-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.32.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src" }, "product_reference": "python-requests-0:2.32.2-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-social-auth-app-django-0:5.4.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src" }, "product_reference": "python-social-auth-app-django-0:5.4.1-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-sqlparse-0:0.5.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src" }, "product_reference": "python-sqlparse-0:0.5.0-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-aiohttp-0:3.9.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64" }, "product_reference": "python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-aiohttp-0:3.9.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le" }, "product_reference": "python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-aiohttp-0:3.9.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x" }, "product_reference": "python3-aiohttp-0:3.9.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-aiohttp-0:3.9.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64" }, "product_reference": "python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64" }, "product_reference": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le" }, "product_reference": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x" }, "product_reference": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64" }, "product_reference": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-black-0:22.8.0-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch" }, "product_reference": "python3-black-0:22.8.0-2.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-galaxy-ng-0:4.9.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch" }, "product_reference": "python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gunicorn-0:22.0.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch" }, "product_reference": "python3-gunicorn-0:22.0.0-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idna-0:3.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch" }, "product_reference": "python3-idna-0:3.7-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:3.1.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch" }, "product_reference": "python3-jinja2-0:3.1.4-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pillow-0:10.3.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64" }, "product_reference": "python3-pillow-0:10.3.0-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pillow-0:10.3.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le" }, "product_reference": "python3-pillow-0:10.3.0-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pillow-0:10.3.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x" }, "product_reference": "python3-pillow-0:10.3.0-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pillow-0:10.3.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64" }, "product_reference": "python3-pillow-0:10.3.0-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64" }, "product_reference": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le" }, "product_reference": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x" }, "product_reference": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64" }, "product_reference": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pulp-ansible-1:0.20.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch" }, "product_reference": "python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pulpcore-0:3.28.27-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch" }, "product_reference": "python3-pulpcore-0:3.28.27-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch" }, "product_reference": "python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pydantic-0:1.10.15-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch" }, "product_reference": "python3-pydantic-0:1.10.15-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-requests-0:2.32.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch" }, "product_reference": "python3-requests-0:2.32.2-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch" }, "product_reference": "python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlparse-0:0.5.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch" }, "product_reference": "python3-sqlparse-0:0.5.0-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64" }, "product_reference": "receptor-0:1.4.8-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le" }, "product_reference": "receptor-0:1.4.8-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x" }, "product_reference": "receptor-0:1.4.8-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src" }, "product_reference": "receptor-0:1.4.8-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64" }, "product_reference": "receptor-0:1.4.8-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptorctl-0:1.4.8-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" }, "product_reference": "receptorctl-0:1.4.8-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-5752", "cwe": { "id": "CWE-77", "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)" }, "discovery_date": "2023-11-21T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2250765" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python pip package. The pip could allow a local authenticated attacker to bypass security restrictions due to a flaw when installing a package from a Mercurial VCS URL. By sending a specially crafted request, an attacker can inject arbitrary configuration options to the \"hg clone\" call to modify how and which repository is installed.", "title": "Vulnerability description" }, { "category": "summary", "text": "pip: Mercurial configuration injectable in repo revision when installing via pip", "title": "Vulnerability summary" }, { "category": "other", "text": "Mercurial is not available in RHEL 8 and 9, so the vulnerability cannot be exploited. Without mercurial installed (the hg command), pip cannot clone and install from hg+http[s] URLs.", "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-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-5752" }, { "category": "external", "summary": "RHBZ#2250765", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2250765" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-5752", "url": "https://www.cve.org/CVERecord?id=CVE-2023-5752" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-5752", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-5752" }, { "category": "external", "summary": "https://github.com/pypa/pip/pull/12306", "url": "https://github.com/pypa/pip/pull/12306" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/F4PL35U6X4VVHZ5ILJU3PWUWN7H7LZXL/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/F4PL35U6X4VVHZ5ILJU3PWUWN7H7LZXL/" } ], "release_date": "2023-10-25T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "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.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 3.3, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "pip: Mercurial configuration injectable in repo revision when installing via pip" }, { "acknowledgments": [ { "names": [ "Bartek Nowotarski" ], "organization": "nowotarski.info" } ], "cve": "CVE-2023-45288", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-03-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2268273" } ], "notes": [ { "category": "description", "text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-45288" }, { "category": "external", "summary": "RHBZ#2268273", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45288" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288" }, { "category": "external", "summary": "https://nowotarski.info/http2-continuation-flood/", "url": "https://nowotarski.info/http2-continuation-flood/" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-2687", "url": "https://pkg.go.dev/vuln/GO-2024-2687" }, { "category": "external", "summary": "https://www.kb.cert.org/vuls/id/421644", "url": "https://www.kb.cert.org/vuls/id/421644" } ], "release_date": "2024-04-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "category": "workaround", "details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS" }, { "cve": "CVE-2023-45290", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2024-03-05T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2268017" } ], "notes": [ { "category": "description", "text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm", "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-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-45290" }, { "category": "external", "summary": "RHBZ#2268017", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45290" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4", "url": "http://www.openwall.com/lists/oss-security/2024/03/08/4" }, { "category": "external", "summary": "https://go.dev/cl/569341", "url": "https://go.dev/cl/569341" }, { "category": "external", "summary": "https://go.dev/issue/65383", "url": "https://go.dev/issue/65383" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg", "url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-2599", "url": "https://pkg.go.dev/vuln/GO-2024-2599" }, { "category": "external", "summary": "https://security.netapp.com/advisory/ntap-20240329-0004", "url": "https://security.netapp.com/advisory/ntap-20240329-0004" } ], "release_date": "2024-03-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm" }, { "cve": "CVE-2023-49083", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2023-12-20T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2255331" } ], "notes": [ { "category": "description", "text": "A null-pointer dereference vulnerability was found in python-cryptography during the loading of PKCS7 certificates. Invoking \"load_pem_pkcs7_certificates\" or \"load_der_pkcs7_certificates\" can trigger this issue and lead to subsequent segmentation fault and result in a Denial of Service (DoS) for any application aiming to deserialize a PKCS7 blob or certificate. The potential impact includes disruptions in system availability and stability.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: NULL-dereference when loading PKCS7 certificates", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability arises when functions like \"load_pem_pkcs7_certificates\" or \"load_der_pkcs7_certificates\" are invoked, triggering the issue during the deserialization of PKCS7 blobs or certificates. The moderate rating is based on the fact that the vulnerability can lead to a segmentation fault, posing a risk of disrupting the normal functioning of any application attempting to deserialize the mentioned certificates. While the impact is significant in terms of service denial and potential system instability, the severity is deemed moderate as it does not directly expose sensitive data or allow for remote code execution, focusing primarily on the localized consequences of a DoS scenario.", "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-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-49083" }, { "category": "external", "summary": "RHBZ#2255331", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2255331" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-49083", "url": "https://www.cve.org/CVERecord?id=CVE-2023-49083" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-49083", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-49083" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/commit/f09c261ca10a31fe41b1262306db7f8f1da0e48a", "url": "https://github.com/pyca/cryptography/commit/f09c261ca10a31fe41b1262306db7f8f1da0e48a" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/pull/9926", "url": "https://github.com/pyca/cryptography/pull/9926" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-jfhm-5ghh-2f97", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-jfhm-5ghh-2f97" } ], "release_date": "2023-11-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: NULL-dereference when loading PKCS7 certificates" }, { "cve": "CVE-2023-50447", "cwe": { "id": "CWE-77", "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)" }, "discovery_date": "2024-01-22T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2259479" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Pillow, a popular Python imaging library. The flaw identified in the PIL.ImageMath.eval function enables arbitrary code execution by manipulating the environment parameter.", "title": "Vulnerability description" }, { "category": "summary", "text": "pillow: Arbitrary Code Execution via the environment parameter", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerability in Pillow\u0027s PIL.ImageMath.eval function poses a significant threat due to its potential for arbitrary code execution. Pillow\u0027s widespread use in diverse domains makes this flaw particularly impactful, as it could lead to unauthorized access, data breaches, and compromise of entire systems. The complex exploitation method involving Python\u0027s dunder methods adds sophistication to potential attacks.", "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:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-50447" }, { "category": "external", "summary": "RHBZ#2259479", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2259479" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-50447", "url": "https://www.cve.org/CVERecord?id=CVE-2023-50447" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-50447", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-50447" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2024/01/20/1", "url": "http://www.openwall.com/lists/oss-security/2024/01/20/1" }, { "category": "external", "summary": "https://devhub.checkmarx.com/cve-details/CVE-2023-50447/", "url": "https://devhub.checkmarx.com/cve-details/CVE-2023-50447/" }, { "category": "external", "summary": "https://duartecsantos.github.io/2023-01-02-CVE-2023-50447/", "url": "https://duartecsantos.github.io/2023-01-02-CVE-2023-50447/" }, { "category": "external", "summary": "https://github.com/python-pillow/Pillow/releases", "url": "https://github.com/python-pillow/Pillow/releases" } ], "release_date": "2024-01-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "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.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "pillow: Arbitrary Code Execution via the environment parameter" }, { "cve": "CVE-2024-1135", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2024-04-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2275280" } ], "notes": [ { "category": "description", "text": "An HTTP Request Smuggling vulnerability was found in Gunicorn. By crafting requests with conflicting Transfer-Encoding headers, attackers can bypass security restrictions and access restricted endpoints. This issue is due to Gunicorn\u0027s handling of Transfer-Encoding headers, where it incorrectly processes requests with multiple, conflicting Transfer-Encoding headers, treating them as chunked regardless of the final encoding specified. This vulnerability allows for a range of attacks, including cache poisoning, session manipulation, and data exposure.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-gunicorn: HTTP Request Smuggling due to improper validation of Transfer-Encoding headers", "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:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-1135" }, { "category": "external", "summary": "RHBZ#2275280", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275280" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-1135", "url": "https://www.cve.org/CVERecord?id=CVE-2024-1135" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-1135", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1135" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-w3h3-4rj7-4ph4", "url": "https://github.com/advisories/GHSA-w3h3-4rj7-4ph4" }, { "category": "external", "summary": "https://github.com/benoitc/gunicorn/commit/ac29c9b0a758d21f1e0fb3b3457239e523fa9f1d", "url": "https://github.com/benoitc/gunicorn/commit/ac29c9b0a758d21f1e0fb3b3457239e523fa9f1d" }, { "category": "external", "summary": "https://huntr.com/bounties/22158e34-cfd5-41ad-97e0-a780773d96c1", "url": "https://huntr.com/bounties/22158e34-cfd5-41ad-97e0-a780773d96c1" } ], "release_date": "2024-04-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "category": "workaround", "details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.0" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python-gunicorn: HTTP Request Smuggling due to improper validation of Transfer-Encoding headers" }, { "cve": "CVE-2024-3651", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-04-12T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2274779" } ], "notes": [ { "category": "description", "text": "A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode() function can trigger an uncontrolled resource consumption, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerability in the idna.encode() function, allowing for resource consumption via specially crafted arguments, is categorized as a moderate severity issue due to its potential impact on system availability rather than data integrity or confidentiality. While the vulnerability can lead to a denial-of-service condition, it requires the passing of unusually large or maliciously crafted inputs to exploit. Normal usage scenarios typically do not encounter such inputs.", "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-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-3651" }, { "category": "external", "summary": "RHBZ#2274779", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-3651", "url": "https://www.cve.org/CVERecord?id=CVE-2024-3651" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651" } ], "release_date": "2024-04-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "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.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()" }, { "cve": "CVE-2024-3772", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-04-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2275106" } ], "notes": [ { "category": "description", "text": "A flaw was found in Pydantic, where it did not properly validate regular expressions containing white spaces. This flaw allows remote users to cause a denial of service attack via a crafted email string.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-pydantic: regular expression denial of service via crafted email string", "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-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-3772" }, { "category": "external", "summary": "RHBZ#2275106", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275106" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-3772", "url": "https://www.cve.org/CVERecord?id=CVE-2024-3772" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3772", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3772" } ], "release_date": "2024-04-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "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.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-pydantic: regular expression denial of service via crafted email string" }, { "cve": "CVE-2024-4340", "cwe": { "id": "CWE-674", "name": "Uncontrolled Recursion" }, "discovery_date": "2024-04-30T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2278038" } ], "notes": [ { "category": "description", "text": "A flaw was found in sqlparse. This issue occurs in a heavily nested list in sqlparse.parse(), where a recursion error may be triggered, which can lead to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "sqlparse: parsing heavily nested list leads to denial of service", "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:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-4340" }, { "category": "external", "summary": "RHBZ#2278038", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278038" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-4340", "url": "https://www.cve.org/CVERecord?id=CVE-2024-4340" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4340", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4340" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-2m57-hf25-phgg", "url": "https://github.com/advisories/GHSA-2m57-hf25-phgg" } ], "release_date": "2024-04-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "sqlparse: parsing heavily nested list leads to denial of service" }, { "cve": "CVE-2024-21503", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-03-19T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2270236" } ], "notes": [ { "category": "description", "text": "The python-black package is susceptible to a regular expression denial of service (ReDoS) vulnerability, found in the lines_with_leading_tabs_expanded() function within the strings.py file. This vulnerability could be exploited by running Black on untrusted input or by inserting numerous leading tab characters into docstrings. This flaw allows attackers to craft malicious input to trigger a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "psf/black: ReDoS via the lines_with_leading_tabs_expanded() function in strings.py file", "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-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21503" }, { "category": "external", "summary": "RHBZ#2270236", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270236" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21503", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21503" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21503", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21503" }, { "category": "external", "summary": "https://github.com/psf/black/commit/f00093672628d212b8965a8993cee8bedf5fe9b8", "url": "https://github.com/psf/black/commit/f00093672628d212b8965a8993cee8bedf5fe9b8" }, { "category": "external", "summary": "https://github.com/psf/black/releases/tag/24.3.0", "url": "https://github.com/psf/black/releases/tag/24.3.0" }, { "category": "external", "summary": "https://security.snyk.io/vuln/SNYK-PYTHON-BLACK-6256273", "url": "https://security.snyk.io/vuln/SNYK-PYTHON-BLACK-6256273" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "psf/black: ReDoS via the lines_with_leading_tabs_expanded() function in strings.py file" }, { "cve": "CVE-2024-24783", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-03-05T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2268019" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm", "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-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-24783" }, { "category": "external", "summary": "RHBZ#2268019", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783", "url": "https://www.cve.org/CVERecord?id=CVE-2024-24783" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4", "url": "http://www.openwall.com/lists/oss-security/2024/03/08/4" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp", "url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp" }, { "category": "external", "summary": "https://go.dev/cl/569339", "url": "https://go.dev/cl/569339" }, { "category": "external", "summary": "https://go.dev/issue/65390", "url": "https://go.dev/issue/65390" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg", "url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-2598", "url": "https://pkg.go.dev/vuln/GO-2024-2598" }, { "category": "external", "summary": "https://security.netapp.com/advisory/ntap-20240329-0005", "url": "https://security.netapp.com/advisory/ntap-20240329-0005" } ], "release_date": "2024-03-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "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-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm" }, { "cve": "CVE-2024-26130", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2024-03-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2269617" } ], "notes": [ { "category": "description", "text": "A flaw was discovered in python-cryptography. A NULL pointer dereference can be triggered when a PKCS#12 key and certificate do not match. Specifically, if the pkcs12.serialize_key_and_certificates function is called with a non-matching certificate and private key and an encryption algorithm with hmac_hash set, the Python process may crash, leading to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: NULL pointer dereference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerability in python-cryptography that leads to a NULL pointer dereference during the pkcs12.serialize_key_and_certificates function execution is classified as a moderate severity issue. While the vulnerability can result in a denial-of-service (DoS) by crashing the Python process, it requires specific conditions to trigger: a mismatch between the provided certificate\u0027s public key and private key, coupled with the use of an encryption algorithm with hmac_hash set.\n\nThe exploitation of this vulnerability does not directly lead to arbitrary code execution or data leakage. Instead, it causes a controlled termination of the Python process, which, although disruptive, is not as critical as other vulnerabilities that can lead to unauthorized access, data corruption, or code injection. However, it\u0027s important to note that denial-of-service conditions can still have operational impacts, disrupting services or causing system instability.\n\nThis issue does not affect Red Hat Enterprise Linux 6, 7, 8 and 9 as we dont ship the vulnerable code and package version.", "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-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-26130" }, { "category": "external", "summary": "RHBZ#2269617", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269617" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-26130", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26130" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26130", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26130" } ], "release_date": "2024-02-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t 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.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: NULL pointer dereference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override" }, { "cve": "CVE-2024-27306", "cwe": { "id": "CWE-80", "name": "Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)" }, "discovery_date": "2024-04-18T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2275989" } ], "notes": [ { "category": "description", "text": "A flaw was found in aiohttp, an asynchronous HTTP client/server framework for asyncio and Python. When using \"web.static(..., show_index=True)\", the resulting index pages do not escape file names. If users can upload files with arbitrary filenames to the static directory, the server is vulnerable to cross-site scripting (XSS) attacks.", "title": "Vulnerability description" }, { "category": "summary", "text": "aiohttp: XSS on index pages for static file handling", "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:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-27306" }, { "category": "external", "summary": "RHBZ#2275989", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275989" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-27306", "url": "https://www.cve.org/CVERecord?id=CVE-2024-27306" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-27306", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27306" } ], "release_date": "2024-04-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "aiohttp: XSS on index pages for static file handling" }, { "cve": "CVE-2024-27351", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-26T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2266045" } ], "notes": [ { "category": "description", "text": "An inefficient regular expression complexity flaw was found in the Truncator.words function and truncatewords_html filter of Django. This issue may allow an attacker to use a suitably crafted string to cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-django: Potential regular expression denial-of-service in django.utils.text.Truncator.words()", "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-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-27351" }, { "category": "external", "summary": "RHBZ#2266045", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266045" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-27351", "url": "https://www.cve.org/CVERecord?id=CVE-2024-27351" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-27351", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27351" }, { "category": "external", "summary": "https://www.djangoproject.com/weblog/2024/mar/04/security-releases/", "url": "https://www.djangoproject.com/weblog/2024/mar/04/security-releases/" } ], "release_date": "2024-03-04T09:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-django: Potential regular expression denial-of-service in django.utils.text.Truncator.words()" }, { "cve": "CVE-2024-28219", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "discovery_date": "2024-04-01T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2272563" } ], "notes": [ { "category": "description", "text": "A flaw was found in Pillow. The cms_transform_new function in src/_imagingcms.c does not validate the length of its parameters before copying them into fixed-size buffers, leading to a buffer overflow, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-pillow: buffer overflow in _imagingcms.c", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw can be triggered when the ImageCms.buildTransform function is called with the InMode or OutMode arguments with a string larger than 8 bytes. An application is not vulnerable if these parameters are not controlled by the user or are validated before the function is called. Additionally, the Pillow ImageCms module functions should not be exposed to untrusted usage without input validation. For this reason, this flaw has been rated with a moderate 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:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-28219" }, { "category": "external", "summary": "RHBZ#2272563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272563" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-28219", "url": "https://www.cve.org/CVERecord?id=CVE-2024-28219" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28219", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28219" } ], "release_date": "2024-04-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "category": "workaround", "details": "Make sure the ImageCms.buildTransform function is not called with the InMode or OutMode arguments with a string bigger than 8 bytes.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-pillow: buffer overflow in _imagingcms.c" }, { "cve": "CVE-2024-28849", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2024-03-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2269576" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the follow-redirects package. While processing the cross-domain redirection, `follow-redirects` clears authorization headers, however, it misses clearing proxy-authentication headers, which contain credentials as well. This issue may lead to credential leaking, having a high impact on data confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "follow-redirects: Possible credential leak", "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:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-28849" }, { "category": "external", "summary": "RHBZ#2269576", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269576" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-28849", "url": "https://www.cve.org/CVERecord?id=CVE-2024-28849" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849" }, { "category": "external", "summary": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-cxjh-pqwp-8mfp", "url": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-cxjh-pqwp-8mfp" } ], "release_date": "2024-03-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "follow-redirects: Possible credential leak" }, { "cve": "CVE-2024-30251", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2024-05-02T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2278710" } ], "notes": [ { "category": "description", "text": "An infinite loop flaw was found in aiohttp when handling POST (multipart/form-data) requests. This flaw allows an attacker to send a specially crafted request, leading the server to enter an infinite loop and render it unable to process any further requests. This denial of service can be triggered by a single unauthenticated POST request.\r\n\r\nAIOHTTP handles multipart strings through a process of segmenting them into chunks. The reading of each chunk is performed under the control of an asynchronous wait, ensuring that the operation completes before proceeding. A vulnerability was identified where a specially crafted request could trigger an infinite loop due to improper detection of the end-of-file (EOF) marker within the content.\r\n\r\nThe resolution involves the implementation of an enhanced checking mechanism. This mechanism correctly assigns the EOF marker to the chunk in question upon the successful completion of content reading, thereby preventing the infinite loop scenario.", "title": "Vulnerability description" }, { "category": "summary", "text": "aiohttp: DoS when trying to parse malformed POST requests", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit and could significantly impact availability. In order to exploit the bug, the attacker has to send a specially crafted POST request causing the server to go into an infinite loop.\n\nRed Hat Satellite has set a moderate impact of this issue as invalid requests which could trigger this bug such as no authentication or wrong path are unlikely possible or going to happen.", "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-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-30251" }, { "category": "external", "summary": "RHBZ#2278710", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278710" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-30251", "url": "https://www.cve.org/CVERecord?id=CVE-2024-30251" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-30251", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-30251" }, { "category": "external", "summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-5m98-qgg9-wh84", "url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-5m98-qgg9-wh84" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2024/05/02/4", "url": "https://www.openwall.com/lists/oss-security/2024/05/02/4" } ], "release_date": "2024-05-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "aiohttp: DoS when trying to parse malformed POST requests" }, { "cve": "CVE-2024-32879", "cwe": { "id": "CWE-303", "name": "Incorrect Implementation of Authentication Algorithm" }, "discovery_date": "2024-04-25T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2277035" } ], "notes": [ { "category": "description", "text": "A flaw was found in social-auth-app-django. In affected versions of this package, due to default case-insensitive collation in MySQL or MariaDB databases, third-party authentication user IDs are not case-sensitive and could cause different IDs to match.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-social-auth: Improper Handling of Case Sensitivity in social-auth-app-django", "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:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32879" }, { "category": "external", "summary": "RHBZ#2277035", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277035" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32879", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32879" }, { "category": "external", "summary": "https://github.com/python-social-auth/social-app-django/security/advisories/GHSA-2gr8-3wc7-xhj3", "url": "https://github.com/python-social-auth/social-app-django/security/advisories/GHSA-2gr8-3wc7-xhj3" } ], "release_date": "2024-04-24T06:57:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-social-auth: Improper Handling of Case Sensitivity in social-auth-app-django" }, { "cve": "CVE-2024-34064", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2279476" } ], "notes": [ { "category": "description", "text": "Jinja is an extensible templating engine. The `xmlattr` filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `\u003e`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for CVE-2024-22195 only addressed spaces but not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe. This vulnerability is fixed in 3.1.4.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: accepts keys containing non-attribute characters", "title": "Vulnerability summary" }, { "category": "other", "text": "The fix for CVE-2024-22195 only addressed spaces, not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe.\n\nFence agents on RHEL 8 has been fixed as a part of https://access.redhat.com/errata/RHBA-2024:4238", "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-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-34064" }, { "category": "external", "summary": "RHBZ#2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-34064", "url": "https://www.cve.org/CVERecord?id=CVE-2024-34064" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj" } ], "release_date": "2024-05-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "category": "workaround", "details": "Do not accept user input as keys to the xmlattr filter without validation. See the statement above for more information.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: accepts keys containing non-attribute characters" }, { "cve": "CVE-2024-35195", "cwe": { "id": "CWE-670", "name": "Always-Incorrect Control Flow Implementation" }, "discovery_date": "2024-05-21T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2282114" } ], "notes": [ { "category": "description", "text": "An incorrect control flow implementation vulnerability was found in Requests. If the first request in a session is made with verify=False, all subsequent requests to the same host will continue to ignore cert verification.", "title": "Vulnerability description" }, { "category": "summary", "text": "requests: subsequent requests to the same host ignore cert verification", "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-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-35195" }, { "category": "external", "summary": "RHBZ#2282114", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282114" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-35195", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35195" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-35195", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-35195" }, { "category": "external", "summary": "https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56", "url": "https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56" } ], "release_date": "2024-05-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.6, "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:N", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "requests: subsequent requests to the same host ignore cert verification" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.